mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.3.4
Changes to moddable UI - By GGGuenni Add Repair and Pillaging Roads - By itanasi AbsoluteUnits - Unique Elephants - By letstalkaboutdune HexaRealm units are here, finally! - By GeneralWadaling Added conditional to apply uniques only if the game starts in a specific era Generalized "Stats per policies" unique
This commit is contained in:
parent
de56e3f94c
commit
cfa4474d6b
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.3.3
|
||||
pkgver = 4.3.4
|
||||
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.3.3.jar
|
||||
source = Unciv-4.3.3.jar::https://github.com/yairm210/Unciv/releases/download/4.3.3/Unciv.jar
|
||||
source = Unciv-4.3.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.3/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.3.3.zip::https://github.com/yairm210/Unciv/releases/download/4.3.3/linuxFilesForJar.zip
|
||||
md5sums = df299b9ce75dbdea231479cece03cee1
|
||||
noextract = Unciv-4.3.4.jar
|
||||
source = Unciv-4.3.4.jar::https://github.com/yairm210/Unciv/releases/download/4.3.4/Unciv.jar
|
||||
source = Unciv-4.3.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.4/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.3.4.zip::https://github.com/yairm210/Unciv/releases/download/4.3.4/linuxFilesForJar.zip
|
||||
md5sums = a8e3ae24b99b9f719186a213dc0a8e2a
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = 90d544f5b3ede61d6a27feab5477b024
|
||||
md5sums = 7b42911d2c6438cf1c2de62eb3207c2f
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.3.3
|
||||
_pkgver=4.3.4
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('df299b9ce75dbdea231479cece03cee1'
|
||||
md5sums=('a8e3ae24b99b9f719186a213dc0a8e2a'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'90d544f5b3ede61d6a27feab5477b024')
|
||||
'7b42911d2c6438cf1c2de62eb3207c2f')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue