mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 3.14.10
This commit is contained in:
parent
9e881fbe3d
commit
a0698ab1c4
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 3.14.9_patch1
|
||||
pkgver = 3.14.10
|
||||
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.9-patch1/Unciv.jar
|
||||
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.14.9-patch1/extraImages/Unciv%20icon%20v4.png
|
||||
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.sh
|
||||
source = Unciv.desktop
|
||||
md5sums = 26fde8cf09a3531be0416ee302767ce4
|
||||
md5sums = 7c1541523454891b8dc58487033e0506
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = f8eab098f20681b8db232cc5709713d3
|
||||
md5sums = 42d5f7ea8ee48d2d643d070786f039ba
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
pkgver=3.14.9_patch1
|
||||
pkgver=3.14.10
|
||||
pkgrel=1
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
url="https://github.com/yairm210/Unciv"
|
||||
|
|
@ -17,7 +17,7 @@ source=(
|
|||
"$_pkgname.sh"
|
||||
"$_pkgname.desktop"
|
||||
)
|
||||
md5sums=('26fde8cf09a3531be0416ee302767ce4'
|
||||
md5sums=('7c1541523454891b8dc58487033e0506'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'f8eab098f20681b8db232cc5709713d3'
|
||||
'42d5f7ea8ee48d2d643d070786f039ba')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue