Update to 4.10.13

Add AI for land-based nuke units

Keep opened mods open and at top of list when reloading mods in 'locate mod errors' tab

above/below HP conditionals work outside of combat

update uniques upon taking damage and other situations

By SomeTroglodyte:
- New notifications bell icon with actual count
- Fix TabbedPager geometry - the cell for the close button needs to be ignored in the rest of the Table!

Added ConditionalAboveHappiness unique - By PLynx01
This commit is contained in:
Thyrum 2024-02-26 20:58:56 +00:00
parent fe7a157c30
commit fbc6afd4de
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.10.12
pkgver = 4.10.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.10.12.jar
source = Unciv-4.10.12.jar::https://github.com/yairm210/Unciv/releases/download/4.10.12/Unciv.jar
source = Unciv-4.10.12.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.12/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.12.zip::https://github.com/yairm210/Unciv/releases/download/4.10.12/linuxFilesForJar.zip
md5sums = 9bd2db6f68c47df4caac43b5be8a646a
noextract = Unciv-4.10.13.jar
source = Unciv-4.10.13.jar::https://github.com/yairm210/Unciv/releases/download/4.10.13/Unciv.jar
source = Unciv-4.10.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.13/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.13.zip::https://github.com/yairm210/Unciv/releases/download/4.10.13/linuxFilesForJar.zip
md5sums = fee86e13c97e60ddf4c54e8f4e4de9b1
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = ad9ad6e58d5e1db73fca28c0ab026a91
md5sums = 6bbcd492d7bd3c848f66870d016a91ee
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.10.12
_pkgver=4.10.13
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('9bd2db6f68c47df4caac43b5be8a646a'
md5sums=('fee86e13c97e60ddf4c54e8f4e4de9b1'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'ad9ad6e58d5e1db73fca28c0ab026a91')
'6bbcd492d7bd3c848f66870d016a91ee')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"