mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 3.14.9_patch1
This commit is contained in:
parent
15f8e4ce4f
commit
9e881fbe3d
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 3.14.8
|
||||
pkgver = 3.14.9_patch1
|
||||
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.8/Unciv.jar
|
||||
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.14.8/extraImages/Unciv%20icon%20v4.png
|
||||
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.sh
|
||||
source = Unciv.desktop
|
||||
md5sums = 4896b2885f6908d5336dd9d6a767eb27
|
||||
md5sums = 26fde8cf09a3531be0416ee302767ce4
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = f8eab098f20681b8db232cc5709713d3
|
||||
md5sums = 42d5f7ea8ee48d2d643d070786f039ba
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Adel Khial <adel.khial@gmail.com>
|
||||
# Maintainer: Aron de Jong <adj00@protonmail.com>
|
||||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
pkgver=3.14.8
|
||||
pkgver=3.14.9_patch1
|
||||
pkgrel=1
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
url="https://github.com/yairm210/Unciv"
|
||||
|
|
@ -12,12 +12,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=('4896b2885f6908d5336dd9d6a767eb27'
|
||||
md5sums=('26fde8cf09a3531be0416ee302767ce4'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'f8eab098f20681b8db232cc5709713d3'
|
||||
'42d5f7ea8ee48d2d643d070786f039ba')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue