mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.10
## 4.2.10 New Desktop downloads start at fullscreen Special images for embarked units Moddable UI skins - By GGGuenni Global politics overview screen - By alexban011
This commit is contained in:
parent
f7b164f9ca
commit
0bf5605497
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.9
|
||||
pkgver = 4.2.10
|
||||
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.9.jar
|
||||
source = Unciv-4.2.9.jar::https://github.com/yairm210/Unciv/releases/download/4.2.9/Unciv.jar
|
||||
source = Unciv-4.2.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.9/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.9.zip::https://github.com/yairm210/Unciv/releases/download/4.2.9/linuxFilesForJar.zip
|
||||
md5sums = ca356c4b235b4ab4d1779204a8d7030e
|
||||
noextract = Unciv-4.2.10.jar
|
||||
source = Unciv-4.2.10.jar::https://github.com/yairm210/Unciv/releases/download/4.2.10/Unciv.jar
|
||||
source = Unciv-4.2.10.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.10/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.10.zip::https://github.com/yairm210/Unciv/releases/download/4.2.10/linuxFilesForJar.zip
|
||||
md5sums = ed9eda54ef4230f6aaeec2b028365563
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = 73ec25d704c2f4c063c411b317ddc557
|
||||
md5sums = 3530425f92048ede0f9daed520a67e39
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.9
|
||||
_pkgver=4.2.10
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('ca356c4b235b4ab4d1779204a8d7030e'
|
||||
md5sums=('ed9eda54ef4230f6aaeec2b028365563'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'73ec25d704c2f4c063c411b317ddc557')
|
||||
'3530425f92048ede0f9daed520a67e39')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue