mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.14
## 4.2.14 Fixed Temple of Artemis production bonuses Fixed tile yields due to caching conditional uniques Resolved crash when mods make 2 techs require each other By itanasi: - Add Temperature Offset Slider - Change Default Map Generation to Perlin Fixed holy city blocking - By qwerty2586 Show wars in global politics - By MindaugasRumsa51
This commit is contained in:
parent
c2ed9cd30f
commit
2b688b38e1
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.2.13
|
||||
pkgver = 4.2.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.2.13.jar
|
||||
source = Unciv-4.2.13.jar::https://github.com/yairm210/Unciv/releases/download/4.2.13/Unciv.jar
|
||||
source = Unciv-4.2.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.13/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.13.zip::https://github.com/yairm210/Unciv/releases/download/4.2.13/linuxFilesForJar.zip
|
||||
md5sums = a1806a50414402f9b1694775c4be0fac
|
||||
noextract = Unciv-4.2.14.jar
|
||||
source = Unciv-4.2.14.jar::https://github.com/yairm210/Unciv/releases/download/4.2.14/Unciv.jar
|
||||
source = Unciv-4.2.14.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.14/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.14.zip::https://github.com/yairm210/Unciv/releases/download/4.2.14/linuxFilesForJar.zip
|
||||
md5sums = b9cfb10a7c21085b10866930ce21d59e
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = 3644ce19b9e81f0b97b90164bd6f9403
|
||||
md5sums = b8261cadc944a48da20ed01efff857e7
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.13
|
||||
_pkgver=4.2.14
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('a1806a50414402f9b1694775c4be0fac'
|
||||
md5sums=('b9cfb10a7c21085b10866930ce21d59e'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'3644ce19b9e81f0b97b90164bd6f9403')
|
||||
'b8261cadc944a48da20ed01efff857e7')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue