mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.13.5
Modding: - Make event choices ruleset objects, with standard 'uniques' field - Added 'AI choice weight' for event choices, techs, policies and promotions Moved screen orientation setting from advanced tab to display tab Performance: only trigger population reassignment on new buildings when it really changes something Better stat-related checks for buildings in cities
This commit is contained in:
parent
ccc19cf99d
commit
6f7ad40d66
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 4.13.4
|
||||
pkgver = 4.13.5
|
||||
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.13.4.jar
|
||||
source = Unciv-4.13.4.jar::https://github.com/yairm210/Unciv/releases/download/4.13.4/Unciv.jar
|
||||
source = Unciv-4.13.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.4/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.13.4.zip::https://github.com/yairm210/Unciv/releases/download/4.13.4/linuxFilesForJar.zip
|
||||
md5sums = 244f9bf84bfacbdee1f7fb3135a63ff2
|
||||
noextract = Unciv-4.13.5.jar
|
||||
source = Unciv-4.13.5.jar::https://github.com/yairm210/Unciv/releases/download/4.13.5/Unciv.jar
|
||||
source = Unciv-4.13.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.5/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.13.5.zip::https://github.com/yairm210/Unciv/releases/download/4.13.5/linuxFilesForJar.zip
|
||||
md5sums = 9cc4c1d7e3628920953c431e40b2bc27
|
||||
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
|
||||
md5sums = 5bf55909ef0af898eb45d4d816a50d44
|
||||
md5sums = d41445ce4b7d410941dd392b64bae6ad
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.13.4
|
||||
_pkgver=4.13.5
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('244f9bf84bfacbdee1f7fb3135a63ff2'
|
||||
md5sums=('9cc4c1d7e3628920953c431e40b2bc27'
|
||||
'c3f79bbc7e80620b3cdc4f90f21f4d68'
|
||||
'5bf55909ef0af898eb45d4d816a50d44')
|
||||
'd41445ce4b7d410941dd392b64bae6ad')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue