From 341f24e872e8dc233ee331ecf66bcefc4f9149b7 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Thu, 19 Jan 2023 10:37:18 +0000 Subject: [PATCH] Update to 4.4.3 Version 800! Can pick a policy with enough culture even if you have no cities Korea's unique applies to Library Notifications scroll retains position Displayed Great Person point requirements always take game speed into account Conditioned trigger uniques do not 'go off' without the trigger (e.g. when tech researched, building built) Global alerts translated properly Add options to use random number of players and city states - By FiretronP75 Refactor Cannot Move Unique - By itanasi --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3b567be681ab9..dd14c9f7a11de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -14,8 +14,8 @@ pkgbase = unciv-bin source = Unciv-4.4.3.jar::https://github.com/yairm210/Unciv/releases/download/4.4.3/Unciv.jar source = Unciv-4.4.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.4.3/extraImages/Icons/Unciv%20icon%20v5.png source = Unciv-4.4.3.zip::https://github.com/yairm210/Unciv/releases/download/4.4.3/linuxFilesForJar.zip - md5sums = b69ab5fd43e809095ff90d8f7940ce65 + md5sums = f34d925cf721af1cc3d25550bd6ab802 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 5a2ea25f81326b653c179477086e1076 + md5sums = e0673a2b69f74cb98c459af83f6e4f3e pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 33097098b0510..74683086affb9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('b69ab5fd43e809095ff90d8f7940ce65' +md5sums=('f34d925cf721af1cc3d25550bd6ab802' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '5a2ea25f81326b653c179477086e1076') + 'e0673a2b69f74cb98c459af83f6e4f3e') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"