mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.3
## 4.2.3 By OptimizedForDensity: - Add unit type to Civilopedia - Fix bug related to resuming games - Fix mod translation file generation By xlenstra: - Occupied cities have +2 extra unhappiness - Added 'without resource' conditional - Added a unique for destroying improvements on attack Add missing string to the translations template file - By estorski Made invisible units not become visible just by being next to an owned tile. - By kralinc
This commit is contained in:
parent
378c5d52b0
commit
3f2ad88145
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.2
|
||||
pkgver = 4.2.3
|
||||
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.2.jar
|
||||
source = Unciv-4.2.2.jar::https://github.com/yairm210/Unciv/releases/download/4.2.2/Unciv.jar
|
||||
source = Unciv-4.2.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.2/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.2.zip::https://github.com/yairm210/Unciv/releases/download/4.2.2/linuxFilesForJar.zip
|
||||
md5sums = c6da0ac1a8cf9d3ce60779a506b4a25d
|
||||
noextract = Unciv-4.2.3.jar
|
||||
source = Unciv-4.2.3.jar::https://github.com/yairm210/Unciv/releases/download/4.2.3/Unciv.jar
|
||||
source = Unciv-4.2.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.3/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.3.zip::https://github.com/yairm210/Unciv/releases/download/4.2.3/linuxFilesForJar.zip
|
||||
md5sums = bc6cca741d0d6e59109cc1918e31174d
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = 6ee396e05237eaba44e463b4f6df341d
|
||||
md5sums = 3007bb4f9f059e7568f3d8e5b2194a9d
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.2
|
||||
_pkgver=4.2.3
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('c6da0ac1a8cf9d3ce60779a506b4a25d'
|
||||
md5sums=('bc6cca741d0d6e59109cc1918e31174d'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'6ee396e05237eaba44e463b4f6df341d')
|
||||
'3007bb4f9f059e7568f3d8e5b2194a9d')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue