From 1a5f461521e88ed3bf6fc6104aedae0b9d133945 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Sat, 27 Jul 2024 21:53:42 +0000 Subject: [PATCH] Update to 4.12.14 Add CLI argument to specify the data directory - this will allow native install on Windows, hopefully Modding: New unit triggers to gain/lose movement points AI citizen focus improvements - By EmperorPinguin Correct spelling of 'Svannah' to 'Savannah' across project. - By aaronjfeingold --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b22de8ed83a04..5795154ec5a91 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.12.13 + pkgver = 4.12.14 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.13.jar - source = Unciv-4.12.13.jar::https://github.com/yairm210/Unciv/releases/download/4.12.13/Unciv.jar - source = Unciv-4.12.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.12.13/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.12.13.zip::https://github.com/yairm210/Unciv/releases/download/4.12.13/linuxFilesForJar.zip - md5sums = 9b6a47b29935d5912ccc78e8a123adee + noextract = Unciv-4.12.14.jar + source = Unciv-4.12.14.jar::https://github.com/yairm210/Unciv/releases/download/4.12.14/Unciv.jar + source = Unciv-4.12.14.png::https://raw.githubusercontent.com/yairm210/Unciv/4.12.14/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.12.14.zip::https://github.com/yairm210/Unciv/releases/download/4.12.14/linuxFilesForJar.zip + md5sums = fd33b42aa4e8965a7feeab8cad83520c md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 78133639ad0cf84ec7d91c0fec5493fe + md5sums = ff43e379015d09f810d427d668ebc842 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index a04e30ebce25b..aecc18c62474f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.12.13 +_pkgver=4.12.14 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('9b6a47b29935d5912ccc78e8a123adee' +md5sums=('fd33b42aa4e8965a7feeab8cad83520c' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '78133639ad0cf84ec7d91c0fec5493fe') + 'ff43e379015d09f810d427d668ebc842') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"