From fbc6afd4de77bd5941c2df0cb0f73f781f70ee79 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Mon, 26 Feb 2024 20:58:56 +0000 Subject: [PATCH] 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 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index afda48834d9d8..c7706e54c1f0d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 68feb8707973b..0e0bfe1da7756 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"