diff options
author | Thyrum | 2024-12-02 18:27:46 +0000 |
---|---|---|
committer | Thyrum | 2024-12-02 18:27:46 +0000 |
commit | 9ae97dfe5bc962e098c742c99b3a083b6c1456ce (patch) | |
tree | 0a10e65e98df754c3c9168dd49dffeefc103df41 | |
parent | 69d561ea5a35e0886232f8adda7e3a76bc9b46dd (diff) | |
download | aur-9ae97dfe5bc962e098c742c99b3a083b6c1456ce.tar.gz |
Update to 4.14.12
Allow unit triggers to be used in unit-triggered events
Memory and rendering performance improvements
Solved ANRs while building crash screen
Spies assigned to cities moved to other civs are returned to hideout
Automated workers don't remove terrain features without the proper tech
Removed 'please' from Civ demands to make them more demand-y
Fix promotion uniques being ignored if it didn't match a promotion names - By SeventhM
Notifications can link to URLs - By touhidurrr
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.14.11 + pkgver = 4.14.12 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.14.11.jar - source = Unciv-4.14.11.jar::https://github.com/yairm210/Unciv/releases/download/4.14.11/Unciv.jar - source = Unciv-4.14.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.14.11/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.14.11.zip::https://github.com/yairm210/Unciv/releases/download/4.14.11/linuxFilesForJar.zip - md5sums = 5027c0c5c8abcf41c76bc28b1147b784 + noextract = Unciv-4.14.12.jar + source = Unciv-4.14.12.jar::https://github.com/yairm210/Unciv/releases/download/4.14.12/Unciv.jar + source = Unciv-4.14.12.png::https://raw.githubusercontent.com/yairm210/Unciv/4.14.12/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.14.12.zip::https://github.com/yairm210/Unciv/releases/download/4.14.12/linuxFilesForJar.zip + md5sums = cf880a966c424177cd331a00babbd4ff md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 5a77f690d54f1db9e430f29293f5d323 + md5sums = a53afe8509042713335e5b5b98e7e2b5 pkgname = unciv-bin @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.14.11 +_pkgver=4.14.12 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('5027c0c5c8abcf41c76bc28b1147b784' +md5sums=('cf880a966c424177cd331a00babbd4ff' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '5a77f690d54f1db9e430f29293f5d323') + 'a53afe8509042713335e5b5b98e7e2b5') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname" |