mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.1.7
## 4.1.7 By OptimizedForDensity: - Fix medic and amphibious promotions - Better Great Prophet AI - More rankings & demographics screen icons By SomeTroglodyte: - Better Tutorials - Prevent city-to-city Battle Table - Minor fixes By alexban011: - spectators can no longer move and attack with units - Better friends list UI Bugfixes for units' teleportation - By JackRainy By Azzurite: - Fix map editor zoom in HexaRealm tileset update - By GeneralWadaling
This commit is contained in:
parent
116ef1516b
commit
d65b2ba23b
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 4.1.6
|
||||
pkgver = 4.1.7
|
||||
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.1.6.jar
|
||||
source = Unciv-4.1.6.jar::https://github.com/yairm210/Unciv/releases/download/4.1.6/Unciv.jar
|
||||
source = Unciv-4.1.6.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.6/extraImages/Unciv%20icon%20v4.png
|
||||
noextract = Unciv-4.1.7.jar
|
||||
source = Unciv-4.1.7.jar::https://github.com/yairm210/Unciv/releases/download/4.1.7/Unciv.jar
|
||||
source = Unciv-4.1.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.7/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv.sh
|
||||
source = Unciv.desktop
|
||||
md5sums = ca31b79ab9c9d3982acb8353c129e8ea
|
||||
md5sums = 0424eef24426531104e41c86f421828d
|
||||
md5sums = 5aca7fc33f121fcf901fef14f784731a
|
||||
md5sums = b5c3190a1616e545df32536920e07c98
|
||||
md5sums = 42d5f7ea8ee48d2d643d070786f039ba
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.1.6
|
||||
_pkgver=4.1.7
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -21,7 +21,7 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('ca31b79ab9c9d3982acb8353c129e8ea'
|
||||
md5sums=('0424eef24426531104e41c86f421828d'
|
||||
'5aca7fc33f121fcf901fef14f784731a'
|
||||
'b5c3190a1616e545df32536920e07c98'
|
||||
'42d5f7ea8ee48d2d643d070786f039ba')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue