summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThyrum2023-12-28 21:38:48 +0000
committerThyrum2023-12-28 21:38:48 +0000
commit8489f95590abacd400b7d55919dae5b349507e5e (patch)
tree09aa89304b5c36c2afb680643e46a3c3b3ca0240
parent3bb73c97dd7e22859f644957e32bc0b66ca45d80 (diff)
downloadaur-8489f95590abacd400b7d55919dae5b349507e5e.tar.gz
Update to 4.9.13
Religion button respects unique 'hidden from users' modifier Trigger 'capture city' as a unit trigger By tuvus: - Worker AI Rework - AI doesn't counteroffer and request a treaty on the same turn - Civs now have a 50% chance of picking their favored religion By SeventhM: - Fix stat on tile uniques doubling on improvement tiles - Avoid crash if 'Only available' unique in policy branch has 2 or more params - Allow for improvement removal 'improvements' Randomize seed checkbox - By remdu
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 830809c80969..f6cca5ff93a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
- pkgver = 4.9.12
+ pkgver = 4.9.13
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.9.12.jar
- source = Unciv-4.9.12.jar::https://github.com/yairm210/Unciv/releases/download/4.9.12/Unciv.jar
- source = Unciv-4.9.12.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.12/extraImages/Icons/Unciv%20icon%20v5.png
- source = Unciv-4.9.12.zip::https://github.com/yairm210/Unciv/releases/download/4.9.12/linuxFilesForJar.zip
- md5sums = 036658fb0603ab131cf1c4a886bea819
+ noextract = Unciv-4.9.13.jar
+ source = Unciv-4.9.13.jar::https://github.com/yairm210/Unciv/releases/download/4.9.13/Unciv.jar
+ source = Unciv-4.9.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.13/extraImages/Icons/Unciv%20icon%20v5.png
+ source = Unciv-4.9.13.zip::https://github.com/yairm210/Unciv/releases/download/4.9.13/linuxFilesForJar.zip
+ md5sums = cdcd8d3b4c3b591ba904863226834cf8
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
- md5sums = ad3b7f6d231e1570763b48a1e66d3b33
+ md5sums = 522a2759ea67fa7bb31969d50af33b87
pkgname = unciv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e52f2ddc95a..6c6fcc86f809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
-_pkgver=4.9.12
+_pkgver=4.9.13
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
-md5sums=('036658fb0603ab131cf1c4a886bea819'
+md5sums=('cdcd8d3b4c3b591ba904863226834cf8'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
- 'ad3b7f6d231e1570763b48a1e66d3b33')
+ '522a2759ea67fa7bb31969d50af33b87')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"