diff options
author | Thyrum | 2024-06-08 20:44:13 +0000 |
---|---|---|
committer | Thyrum | 2024-06-08 20:44:13 +0000 |
commit | a9e08f6f9f928d67b8122d852eedd33ece7581b7 (patch) | |
tree | 12bca8ae5191244cf6321c4cf8a1643535c2f963 | |
parent | 561e7ffdb44cddd9d783a85a21fbe795bbe1a015 (diff) | |
download | aur-a9e08f6f9f928d67b8122d852eedd33ece7581b7.tar.gz |
Update to 4.11.18
We passed 1000 versions! :D
'(modified by game speed)' modifier
Fixed 'Promotes all spies [amount] time(s)' crash
By SomeTroglodyte:
- UX: Dev Console easier to use without installing keyboard apps
- Improve update of 'Last seen improvement'
Reworked AI war evaluation and plans - By tuvus
-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.11.17 + pkgver = 4.11.18 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.11.17.jar - source = Unciv-4.11.17.jar::https://github.com/yairm210/Unciv/releases/download/4.11.17/Unciv.jar - source = Unciv-4.11.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.17/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.11.17.zip::https://github.com/yairm210/Unciv/releases/download/4.11.17/linuxFilesForJar.zip - md5sums = 55a249b9431d6f3ec4dad090ac000372 + noextract = Unciv-4.11.18.jar + source = Unciv-4.11.18.jar::https://github.com/yairm210/Unciv/releases/download/4.11.18/Unciv.jar + source = Unciv-4.11.18.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.18/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.11.18.zip::https://github.com/yairm210/Unciv/releases/download/4.11.18/linuxFilesForJar.zip + md5sums = ac0917c7a8195ee051e018389ccbba65 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = b8b4a439a4760e0d559db90468d1c705 + md5sums = c535dd200a1c50a89b7d1c98fecc8c54 pkgname = unciv-bin @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.11.17 +_pkgver=4.11.18 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('55a249b9431d6f3ec4dad090ac000372' +md5sums=('ac0917c7a8195ee051e018389ccbba65' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'b8b4a439a4760e0d559db90468d1c705') + 'c535dd200a1c50a89b7d1c98fecc8c54') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname" |