mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 3.14.12
This commit is contained in:
parent
b18fb24ed7
commit
884aab4a5d
2 changed files with 9 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 3.14.10
|
||||
pkgver = 3.14.12
|
||||
pkgrel = 1
|
||||
url = https://github.com/yairm210/Unciv
|
||||
arch = any
|
||||
|
|
@ -10,11 +10,11 @@ pkgbase = unciv-bin
|
|||
depends = xorg-xrandr
|
||||
provides = unciv
|
||||
conflicts = unciv
|
||||
source = Unciv.jar::https://github.com/yairm210/Unciv/releases/download/3.14.10/Unciv.jar
|
||||
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.14.10/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv.jar::https://github.com/yairm210/Unciv/releases/download/3.14.12/Unciv.jar
|
||||
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.14.12/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv.sh
|
||||
source = Unciv.desktop
|
||||
md5sums = 7c1541523454891b8dc58487033e0506
|
||||
md5sums = 21d378a05c0507237ced5a5c04257b75
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = f8eab098f20681b8db232cc5709713d3
|
||||
md5sums = 42d5f7ea8ee48d2d643d070786f039ba
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
pkgver=3.14.10
|
||||
_pkgver=3.14.12
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=1
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
url="https://github.com/yairm210/Unciv"
|
||||
|
|
@ -12,12 +13,12 @@ provides=('unciv')
|
|||
conflicts=('unciv')
|
||||
arch=('any')
|
||||
source=(
|
||||
"$_pkgname.jar::https://github.com/yairm210/Unciv/releases/download/${pkgver//_/-}/Unciv.jar"
|
||||
"unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/${pkgver//_/-}/extraImages/Unciv%20icon%20v4.png"
|
||||
"$_pkgname.jar::https://github.com/yairm210/Unciv/releases/download/$_pkgver/Unciv.jar"
|
||||
"unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/$_pkgver/extraImages/Unciv%20icon%20v4.png"
|
||||
"$_pkgname.sh"
|
||||
"$_pkgname.desktop"
|
||||
)
|
||||
md5sums=('7c1541523454891b8dc58487033e0506'
|
||||
md5sums=('21d378a05c0507237ced5a5c04257b75'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'f8eab098f20681b8db232cc5709713d3'
|
||||
'42d5f7ea8ee48d2d643d070786f039ba')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue