From d42f3ea79dfdc9a5ecfa371ac7707fc96393540d Mon Sep 17 00:00:00 2001 From: Thyrum Date: Wed, 31 Jul 2024 10:30:36 +0000 Subject: [PATCH] Update to 4.12.15 Modding: - Validate mod folder names and catch misspellings - Improvement Unique converted to trigger - 'Gain control over [tileFilter] tiles in a [amount]-tile radius' - Resolved map type generation errors kudos @SomeTroglodyte Automated workers prioritize replacing features to get to lux/strategic resources Changed 'default map' parameters to rectangular + world wrap Fixed 'when friends' / 'when allies' translations Resolved 'move to next unit' problems - kudos @vincemolnar --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aa74556826b08..573f6f80351a1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.12.14_msi_test_7 + pkgver = 4.12.15 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.12.14-msi-test-7.jar - source = Unciv-4.12.14-msi-test-7.jar::https://github.com/yairm210/Unciv/releases/download/4.12.14-msi-test-7/Unciv.jar - source = Unciv-4.12.14-msi-test-7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.12.14-msi-test-7/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.12.14-msi-test-7.zip::https://github.com/yairm210/Unciv/releases/download/4.12.14-msi-test-7/linuxFilesForJar.zip - md5sums = c20763e825b032dcad0134a81a61c2d3 + noextract = Unciv-4.12.15.jar + source = Unciv-4.12.15.jar::https://github.com/yairm210/Unciv/releases/download/4.12.15/Unciv.jar + source = Unciv-4.12.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.12.15/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.12.15.zip::https://github.com/yairm210/Unciv/releases/download/4.12.15/linuxFilesForJar.zip + md5sums = eba9da5c4594585b2e81720e9362854a md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = b7113dae1faba9f72c8a8c521ae95e61 + md5sums = 8c8f1130dbc052f6c8e71e252e425372 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index c76dcdff8d3d6..1865f1d39b17b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.12.14-msi-test-7 +_pkgver=4.12.15 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('c20763e825b032dcad0134a81a61c2d3' +md5sums=('eba9da5c4594585b2e81720e9362854a' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'b7113dae1faba9f72c8a8c521ae95e61') + '8c8f1130dbc052f6c8e71e252e425372') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"