mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.13.1
Unit statuses, which are temporary promotions! - Can be applied with 'This Unit gains the [promotion] status for [positiveAmount] turn(s)' - Can be removed with 'This Unit loses the [promotion] status' When selecting a unit, show only arrows relevant to selected unit Better AI conquering of cities Allowed specifying custom colors for unit promotions 'ok' warnings now colored in 'accept mod errors' popup Discourage spreading religion by AI to civs they've promised to not do so
This commit is contained in:
parent
33b8e8f16e
commit
4c51d31edd
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.0_patch1
|
||||
pkgver = 4.13.1
|
||||
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.0-patch1.jar
|
||||
source = Unciv-4.13.0-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.13.0-patch1/Unciv.jar
|
||||
source = Unciv-4.13.0-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.0-patch1/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.13.0-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.13.0-patch1/linuxFilesForJar.zip
|
||||
md5sums = 4dde39273325ac24bf1734fa662ac9e4
|
||||
noextract = Unciv-4.13.1.jar
|
||||
source = Unciv-4.13.1.jar::https://github.com/yairm210/Unciv/releases/download/4.13.1/Unciv.jar
|
||||
source = Unciv-4.13.1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.1/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.13.1.zip::https://github.com/yairm210/Unciv/releases/download/4.13.1/linuxFilesForJar.zip
|
||||
md5sums = dbcae25714c042981ecea3cbf23c860d
|
||||
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
|
||||
md5sums = 5c373a3f31b6b2fca66a348b8e2cd693
|
||||
md5sums = 5451538640ca976685374066cd9a6e05
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.13.0-patch1
|
||||
_pkgver=4.13.1
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('4dde39273325ac24bf1734fa662ac9e4'
|
||||
md5sums=('dbcae25714c042981ecea3cbf23c860d'
|
||||
'c3f79bbc7e80620b3cdc4f90f21f4d68'
|
||||
'5c373a3f31b6b2fca66a348b8e2cd693')
|
||||
'5451538640ca976685374066cd9a6e05')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue