summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThyrum2024-01-25 21:55:53 +0000
committerThyrum2024-01-25 21:55:53 +0000
commit5db246942ae3e4437917485e4f4b6ed373c8c938 (patch)
tree5321f32fed747771a12a0d094b30706859b65cca
parentc04782affe582b574eefeef76173e3a2ccd1cbf7 (diff)
downloadaur-5db246942ae3e4437917485e4f4b6ed373c8c938.tar.gz
Update to 4.10.3
Modding: - Add 'Unavailable' unique (counterpart to Only Available) - Unified resource generation checks to include all uniques always - 'not shown on world screen' unique accepts civ conditionals - Added adjacency conditionals - CityCombatant.matchesFilter contains multifilter and civ filter By tuvus: - Air unit automation improvement - Espionage automation By SeventhM: - Fix errors when starting games as Maya
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11a4b03036f1..f3252f0f0e7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
- pkgver = 4.10.2
+ pkgver = 4.10.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.10.2.jar
- source = Unciv-4.10.2.jar::https://github.com/yairm210/Unciv/releases/download/4.10.2/Unciv.jar
- source = Unciv-4.10.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.2/extraImages/Icons/Unciv%20icon%20v5.png
- source = Unciv-4.10.2.zip::https://github.com/yairm210/Unciv/releases/download/4.10.2/linuxFilesForJar.zip
- md5sums = 3c6c9510f561e78e09c6643a63f61e97
+ noextract = Unciv-4.10.3.jar
+ source = Unciv-4.10.3.jar::https://github.com/yairm210/Unciv/releases/download/4.10.3/Unciv.jar
+ source = Unciv-4.10.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.3/extraImages/Icons/Unciv%20icon%20v5.png
+ source = Unciv-4.10.3.zip::https://github.com/yairm210/Unciv/releases/download/4.10.3/linuxFilesForJar.zip
+ md5sums = 36426274289b7a0e97f6885f68d1c996
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
- md5sums = 8856b629bddc867b7bc7d970b9c5da8f
+ md5sums = c5370b8538aa6a9605a29be2bd243aef
pkgname = unciv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4df77fe03906..4a08f5767a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
-_pkgver=4.10.2
+_pkgver=4.10.3
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
-md5sums=('3c6c9510f561e78e09c6643a63f61e97'
+md5sums=('36426274289b7a0e97f6885f68d1c996'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
- '8856b629bddc867b7bc7d970b9c5da8f')
+ 'c5370b8538aa6a9605a29be2bd243aef')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"