mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.11.0
Hide battle table after attack if we can move, but not attack again Maps with mods change mods visible on new game screen accordingly Barbarian units always placed next to encampment, so they don't 'jump over' tiles they can't enter to the other side Remove mod blacklist - By SeventhM UI Tips article additions - By Ouaz Add UnitActionModifier for Stockpile Cost - By itanasi Countable comparison conditional uniques - By PLynx01 fix misimplemented Dromon - By ravignir
This commit is contained in:
parent
aa238ce5aa
commit
28096d0526
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.10.22
|
||||
pkgver = 4.11.0
|
||||
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.10.22.jar
|
||||
source = Unciv-4.10.22.jar::https://github.com/yairm210/Unciv/releases/download/4.10.22/Unciv.jar
|
||||
source = Unciv-4.10.22.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.22/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.10.22.zip::https://github.com/yairm210/Unciv/releases/download/4.10.22/linuxFilesForJar.zip
|
||||
md5sums = 33e3d9f44ac69fc929970c44206d2324
|
||||
noextract = Unciv-4.11.0.jar
|
||||
source = Unciv-4.11.0.jar::https://github.com/yairm210/Unciv/releases/download/4.11.0/Unciv.jar
|
||||
source = Unciv-4.11.0.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.0/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.11.0.zip::https://github.com/yairm210/Unciv/releases/download/4.11.0/linuxFilesForJar.zip
|
||||
md5sums = c644c11a98d079f240691f1b46812880
|
||||
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
|
||||
md5sums = 07f1844b1bf787ef388c02ef5f462bd6
|
||||
md5sums = a7d9ca4f69ac175f18bff9b9505b53ce
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.10.22
|
||||
_pkgver=4.11.0
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('33e3d9f44ac69fc929970c44206d2324'
|
||||
md5sums=('c644c11a98d079f240691f1b46812880'
|
||||
'c3f79bbc7e80620b3cdc4f90f21f4d68'
|
||||
'07f1844b1bf787ef388c02ef5f462bd6')
|
||||
'a7d9ca4f69ac175f18bff9b9505b53ce')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue