mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.13
## 4.2.13 Don't show hidden improvements in nation info Fixed translations missing when cancelling a new game then resuming the old one Handle errors when renaming multiplayer games to impossible names Military units take most efficient route to capture civilians Translation fixes
This commit is contained in:
parent
d1e9dcedeb
commit
c2ed9cd30f
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.12
|
||||
pkgver = 4.2.13
|
||||
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.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
|
||||
noextract = Unciv-4.2.13.jar
|
||||
source = Unciv-4.2.13.jar::https://github.com/yairm210/Unciv/releases/download/4.2.13/Unciv.jar
|
||||
source = Unciv-4.2.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.13/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.13.zip::https://github.com/yairm210/Unciv/releases/download/4.2.13/linuxFilesForJar.zip
|
||||
md5sums = a1806a50414402f9b1694775c4be0fac
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = d42f0fbfa2c0328e81013368c5b5dcc9
|
||||
md5sums = 3644ce19b9e81f0b97b90164bd6f9403
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.12
|
||||
_pkgver=4.2.13
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('e1f6bb17ad1031ec6fdcf066eb582551'
|
||||
md5sums=('a1806a50414402f9b1694775c4be0fac'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'd42f0fbfa2c0328e81013368c5b5dcc9')
|
||||
'3644ce19b9e81f0b97b90164bd6f9403')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue