mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.9.15
Added Tile Breakdown table, accessible by clicking on the stats in tile info table Solved rare pillage-related crash Added smoothing to vector images Console: - Add activatetrigger command for civ! - Allow '-delimited strings 'capture all capitals' victory accepts defeat of civs that did not found capitals Map editor generation steps don't add multiple terrain features of the same type Worker remove feature far away from cities fix - By tuvus
This commit is contained in:
parent
d209dd9296
commit
ee3d3251b5
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.9.14
|
||||
pkgver = 4.9.15
|
||||
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.9.14.jar
|
||||
source = Unciv-4.9.14.jar::https://github.com/yairm210/Unciv/releases/download/4.9.14/Unciv.jar
|
||||
source = Unciv-4.9.14.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.14/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.9.14.zip::https://github.com/yairm210/Unciv/releases/download/4.9.14/linuxFilesForJar.zip
|
||||
md5sums = 8766adb4e4ca823fccb7d529b89fda38
|
||||
noextract = Unciv-4.9.15.jar
|
||||
source = Unciv-4.9.15.jar::https://github.com/yairm210/Unciv/releases/download/4.9.15/Unciv.jar
|
||||
source = Unciv-4.9.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.15/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.9.15.zip::https://github.com/yairm210/Unciv/releases/download/4.9.15/linuxFilesForJar.zip
|
||||
md5sums = 09b53e391d94679a0428593e348a78bc
|
||||
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
|
||||
md5sums = aca519bb013ffc368fd954c5af9274e4
|
||||
md5sums = 0f87a531e2b4a142fb258dbc70e5f5fe
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.9.14
|
||||
_pkgver=4.9.15
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('8766adb4e4ca823fccb7d529b89fda38'
|
||||
md5sums=('09b53e391d94679a0428593e348a78bc'
|
||||
'c3f79bbc7e80620b3cdc4f90f21f4d68'
|
||||
'aca519bb013ffc368fd954c5af9274e4')
|
||||
'0f87a531e2b4a142fb258dbc70e5f5fe')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue