mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.2.20
## 4.2.20 Main map and mini-map no longer show unexplored tiles! New "Unitset" option translatable - By Ouaz Renamed AbsoluteUnits unitset @letstalkaboutdune Automated workers no longer try to improve enemy tiles White lines in menus no longer change width when changing display settings Set 'text/plain' content type for multiplayer server requests
This commit is contained in:
parent
250e782df0
commit
eac711ce4d
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.19
|
||||
pkgver = 4.2.20
|
||||
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.19.jar
|
||||
source = Unciv-4.2.19.jar::https://github.com/yairm210/Unciv/releases/download/4.2.19/Unciv.jar
|
||||
source = Unciv-4.2.19.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.19/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.19.zip::https://github.com/yairm210/Unciv/releases/download/4.2.19/linuxFilesForJar.zip
|
||||
md5sums = 1e19e981a32e10d83b24f7ea5a1d3683
|
||||
noextract = Unciv-4.2.20.jar
|
||||
source = Unciv-4.2.20.jar::https://github.com/yairm210/Unciv/releases/download/4.2.20/Unciv.jar
|
||||
source = Unciv-4.2.20.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.20/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv-4.2.20.zip::https://github.com/yairm210/Unciv/releases/download/4.2.20/linuxFilesForJar.zip
|
||||
md5sums = a5f2bb5f3e2588920e7f7d8bf0aa9e96
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = 0a4dee16096759ecd1781dd48b82f4b9
|
||||
md5sums = 27de17176e1e2e6a5e5d7f15062c561c
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.2.19
|
||||
_pkgver=4.2.20
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('1e19e981a32e10d83b24f7ea5a1d3683'
|
||||
md5sums=('a5f2bb5f3e2588920e7f7d8bf0aa9e96'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'0a4dee16096759ecd1781dd48b82f4b9')
|
||||
'27de17176e1e2e6a5e5d7f15062c561c')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue