mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.12
## 4.2.12 Slight performance improvements Create Cannot Move Unique - By itanasi Fixed softlock forcing you to found a pantheon without available beliefs - By xlenstra
This commit is contained in:
parent
660a4af629
commit
d1e9dcedeb
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.11
|
||||
pkgver = 4.2.12
|
||||
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.11.jar
|
||||
source = Unciv-4.2.11.jar::https://github.com/yairm210/Unciv/releases/download/4.2.11/Unciv.jar
|
||||
source = Unciv-4.2.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.11/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.11.zip::https://github.com/yairm210/Unciv/releases/download/4.2.11/linuxFilesForJar.zip
|
||||
md5sums = 112d47e96cd4f03a24ebb71c0fea9ef3
|
||||
noextract = Unciv-4.2.12.jar
|
||||
source = Unciv-4.2.12.jar::https://github.com/yairm210/Unciv/releases/download/4.2.12/Unciv.jar
|
||||
source = Unciv-4.2.12.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.12/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.12.zip::https://github.com/yairm210/Unciv/releases/download/4.2.12/linuxFilesForJar.zip
|
||||
md5sums = e1f6bb17ad1031ec6fdcf066eb582551
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = dc77c8b6b16ca99b473ca39928d72b72
|
||||
md5sums = d42f0fbfa2c0328e81013368c5b5dcc9
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.11
|
||||
_pkgver=4.2.12
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('112d47e96cd4f03a24ebb71c0fea9ef3'
|
||||
md5sums=('e1f6bb17ad1031ec6fdcf066eb582551'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'dc77c8b6b16ca99b473ca39928d72b72')
|
||||
'd42f0fbfa2c0328e81013368c5b5dcc9')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue