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