mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.1.20
## 4.1.20 Can no longer receive negative gold offers from AI Keep progress in notification scroll when updating Gray out city state friend bonus when allied - By Azzurite By OptimizedForDensity: - Minor reweight of AI policy selection - Stop transported units from being able to pillage tiles Fix getting settlers from ancient ruins on one-city challenge - By MindaugasRumsa51
This commit is contained in:
parent
2a07fa3525
commit
d7aedbb488
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 4.1.18
|
||||
pkgrel = 1
|
||||
pkgver = 4.1.20
|
||||
pkgrel = 0
|
||||
url = https://github.com/yairm210/Unciv
|
||||
arch = any
|
||||
license = MPL-2.0
|
||||
|
|
@ -10,12 +10,12 @@ pkgbase = unciv-bin
|
|||
depends = xorg-xrandr
|
||||
provides = unciv
|
||||
conflicts = unciv
|
||||
noextract = Unciv-4.1.18.jar
|
||||
source = Unciv-4.1.18.jar::https://github.com/yairm210/Unciv/releases/download/4.1.18/Unciv.jar
|
||||
source = Unciv-4.1.18.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.18/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.1.18.zip::https://github.com/yairm210/Unciv/releases/download/4.1.18/linuxFilesForJar.zip
|
||||
md5sums = 0ccfebe5bc664fe29580cf798d9bd858
|
||||
noextract = Unciv-4.1.20.jar
|
||||
source = Unciv-4.1.20.jar::https://github.com/yairm210/Unciv/releases/download/4.1.20/Unciv.jar
|
||||
source = Unciv-4.1.20.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.20/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.1.20.zip::https://github.com/yairm210/Unciv/releases/download/4.1.20/linuxFilesForJar.zip
|
||||
md5sums = c1e533f1c23d457d50520ebbfac85bdc
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = 7f15dcf71e93af89b08fe8984a6bd6ca
|
||||
md5sums = 631018b3ab247db6d72c747961fb0c66
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.1.18
|
||||
_pkgver=4.1.20
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
url="https://github.com/yairm210/Unciv"
|
||||
license=('MPL-2.0')
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('0ccfebe5bc664fe29580cf798d9bd858'
|
||||
md5sums=('c1e533f1c23d457d50520ebbfac85bdc'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'7f15dcf71e93af89b08fe8984a6bd6ca')
|
||||
'631018b3ab247db6d72c747961fb0c66')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue