mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.17
## 4.2.17 Added layout option for promotions, added promotion layout for G&K Added AbsoluteUnits as default units for Hexarealm tileset :D
This commit is contained in:
parent
34bb844249
commit
e22ca30759
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.16
|
||||
pkgver = 4.2.17
|
||||
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.16.jar
|
||||
source = Unciv-4.2.16.jar::https://github.com/yairm210/Unciv/releases/download/4.2.16/Unciv.jar
|
||||
source = Unciv-4.2.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.16/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.16.zip::https://github.com/yairm210/Unciv/releases/download/4.2.16/linuxFilesForJar.zip
|
||||
md5sums = ed00dc1158aa76115d57de5babfe112b
|
||||
noextract = Unciv-4.2.17.jar
|
||||
source = Unciv-4.2.17.jar::https://github.com/yairm210/Unciv/releases/download/4.2.17/Unciv.jar
|
||||
source = Unciv-4.2.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.17/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.17.zip::https://github.com/yairm210/Unciv/releases/download/4.2.17/linuxFilesForJar.zip
|
||||
md5sums = 80ae5d64e9f523b588606fb362ff3fc1
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = d67644f9ffd226246a70798a60fa53c4
|
||||
md5sums = 2534c949edc7d117cef80b3634245e5b
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.16
|
||||
_pkgver=4.2.17
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('ed00dc1158aa76115d57de5babfe112b'
|
||||
md5sums=('80ae5d64e9f523b588606fb362ff3fc1'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'd67644f9ffd226246a70798a60fa53c4')
|
||||
'2534c949edc7d117cef80b3634245e5b')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue