From b875042a8d1cc6a4bb5f977a07d34f7ceaf76f4d Mon Sep 17 00:00:00 2001 From: Thyrum Date: Mon, 30 May 2022 22:57:25 +0200 Subject: [PATCH] Update to 4.1.5 ## 4.1.5 Better minimap buttons By SomeTroglodyte: - Draw borders under pixel units - Fix rare NextTurnButton crash Improve unconstructable improvement suggestions - By doublep By alexban011: - Disable state-changing buttons for puppet cities - Add optional on-screen buttons to zoom in and out Corrected some broken policy uniques - By OptimizedForDensity Dynamically adjust StatsTable height - By itanasi Fix multiplayer turn checker writing to wrong locations - By Azzurite --- .SRCINFO | 10 +++++----- PKGBUILD | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c1d1093e05192..e37d904e38d7b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.1.3 + pkgver = 4.1.5 pkgrel = 0 url = https://github.com/yairm210/Unciv arch = any @@ -10,12 +10,12 @@ pkgbase = unciv-bin depends = xorg-xrandr provides = unciv conflicts = unciv - noextract = Unciv-4.1.3.jar - source = Unciv-4.1.3.jar::https://github.com/yairm210/Unciv/releases/download/4.1.3/Unciv.jar - source = Unciv-4.1.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.3/extraImages/Unciv%20icon%20v4.png + noextract = Unciv-4.1.5.jar + source = Unciv-4.1.5.jar::https://github.com/yairm210/Unciv/releases/download/4.1.5/Unciv.jar + source = Unciv-4.1.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.5/extraImages/Unciv%20icon%20v4.png source = Unciv.sh source = Unciv.desktop - md5sums = f933d7cf9abb158ee348fc97f19a1c12 + md5sums = abe0995cac4bd0d9fa8530cf45c75bad md5sums = 5aca7fc33f121fcf901fef14f784731a md5sums = b5c3190a1616e545df32536920e07c98 md5sums = 42d5f7ea8ee48d2d643d070786f039ba diff --git a/PKGBUILD b/PKGBUILD index 7fe485a9be722..fa4ba9c955dbf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.1.3 +_pkgver=4.1.5 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -21,7 +21,7 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('f933d7cf9abb158ee348fc97f19a1c12' +md5sums=('abe0995cac4bd0d9fa8530cf45c75bad' '5aca7fc33f121fcf901fef14f784731a' 'b5c3190a1616e545df32536920e07c98' '42d5f7ea8ee48d2d643d070786f039ba')