summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThyrum2024-04-10 06:20:27 +0000
committerThyrum2024-04-10 06:20:27 +0000
commitb82516a6aac759b521095f1223a236bc54fd9c9d (patch)
tree10d7674b143b932bddc6a9a76d483258f8e7acb7
parent3a48cca7933c970ec7d70a6c01012c963241e347 (diff)
downloadaur-b82516a6aac759b521095f1223a236bc54fd9c9d.tar.gz
Update to 4.11.3
Cannot trade with civs you're at war with through notification action Remove city-state construction bonuses from difficulty By tuvus: - Espionage Uniques, Buildings and Policy - Civs with spies in a foreign cities get some information By SomeTroglodyte: - Fix 'Connect road' through Mountains - 'New game' UI improvements Implement Same-majority-religion diplomatic modifier - By TommasoPetrolito (new contributor!) AI civilian units consider more triggerable uniques - By woo1127
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4534a6b9024..27353909736a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
- pkgver = 4.11.2
+ pkgver = 4.11.3
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.2.jar
- source = Unciv-4.11.2.jar::https://github.com/yairm210/Unciv/releases/download/4.11.2/Unciv.jar
- source = Unciv-4.11.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.2/extraImages/Icons/Unciv%20icon%20v5.png
- source = Unciv-4.11.2.zip::https://github.com/yairm210/Unciv/releases/download/4.11.2/linuxFilesForJar.zip
- md5sums = 92847bc7bbf25114c4b472373fd62c2d
+ noextract = Unciv-4.11.3.jar
+ source = Unciv-4.11.3.jar::https://github.com/yairm210/Unciv/releases/download/4.11.3/Unciv.jar
+ source = Unciv-4.11.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.3/extraImages/Icons/Unciv%20icon%20v5.png
+ source = Unciv-4.11.3.zip::https://github.com/yairm210/Unciv/releases/download/4.11.3/linuxFilesForJar.zip
+ md5sums = 0ee1f70e62d037220fa64ae16bb15680
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
- md5sums = 52bdd99e96cee91d080287e69cb7800e
+ md5sums = 9f0d62a005413771ea4296fd0fc2fcb1
pkgname = unciv-bin
diff --git a/PKGBUILD b/PKGBUILD
index a9499b8533ad..9b1a61ff81d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
-_pkgver=4.11.2
+_pkgver=4.11.3
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
-md5sums=('92847bc7bbf25114c4b472373fd62c2d'
+md5sums=('0ee1f70e62d037220fa64ae16bb15680'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
- '52bdd99e96cee91d080287e69cb7800e')
+ '9f0d62a005413771ea4296fd0fc2fcb1')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"