Update to 4.3.13

World wrap available by default for all players

Units are no longer double-added to construction when clicking the 'add unit' button

Units passed with 'next unit' are not returned to

By vegeta1k95:
- Corrected some Civilization colors
- Fix perpetual constructions info  ()
- Civ 5-style unit selection and cycling behaviour, "Wait" action

fix translation problem in policy screen  - By CrispyXYZ

fixed screens displaying yourself as an unknown civilization  - By alexban011
This commit is contained in:
Thyrum 2022-12-27 21:07:35 +00:00
parent e3bf10335e
commit bb36ef3fb7
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
pkgver = 4.3.12_patch3
pkgver = 4.3.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.3.12-patch3.jar
source = Unciv-4.3.12-patch3.jar::https://github.com/yairm210/Unciv/releases/download/4.3.12-patch3/Unciv.jar
source = Unciv-4.3.12-patch3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.12-patch3/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.3.12-patch3.zip::https://github.com/yairm210/Unciv/releases/download/4.3.12-patch3/linuxFilesForJar.zip
md5sums = 80c6dbebe28208398d7644c4b6c9dc57
noextract = Unciv-4.3.13.jar
source = Unciv-4.3.13.jar::https://github.com/yairm210/Unciv/releases/download/4.3.13/Unciv.jar
source = Unciv-4.3.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.13/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.3.13.zip::https://github.com/yairm210/Unciv/releases/download/4.3.13/linuxFilesForJar.zip
md5sums = 6e5c17c36e60bb023c0e02c170c234a6
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 5ebda4f28123e12c7b6554cdd750e759
md5sums = 2e0a4b7ac7e01c9124e781028737db5b
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.3.12-patch3
_pkgver=4.3.13
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('80c6dbebe28208398d7644c4b6c9dc57'
md5sums=('6e5c17c36e60bb023c0e02c170c234a6'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'5ebda4f28123e12c7b6554cdd750e759')
'2e0a4b7ac7e01c9124e781028737db5b')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"