mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.16.3
Ruleset validation: Hide performance suggestions from users, they're now mod-checker only Maintenance for improved Code quality Prevent wrong multiplicators when using the 'for every [countable]' Unique in complex ways Resolved - City states don't get continually researchable techs automatically By SomeTroglodyte: - Map editor save/load now support the PgUp/PgDown keyboard keys - Improve validation of Countables - Fix NullPointerException from Countables evaluation
This commit is contained in:
parent
b38abb9640
commit
82ee231696
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -14,8 +14,8 @@ pkgbase = unciv-bin
|
|||
source = Unciv-4.16.3.jar::https://github.com/yairm210/Unciv/releases/download/4.16.3/Unciv.jar
|
||||
source = Unciv-4.16.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.3/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.16.3.zip::https://github.com/yairm210/Unciv/releases/download/4.16.3/linuxFilesForJar.zip
|
||||
md5sums = 496fc27db06ddcd85f2b934aba9a32b5
|
||||
md5sums = 8d5965aaafc3169066fc42d599e4ba9e
|
||||
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
|
||||
md5sums = 2698c787647f92532486cd16768a6351
|
||||
md5sums = 0ed1b64e442ce50c95089a5ef4bb8fdb
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('496fc27db06ddcd85f2b934aba9a32b5'
|
||||
md5sums=('8d5965aaafc3169066fc42d599e4ba9e'
|
||||
'c3f79bbc7e80620b3cdc4f90f21f4d68'
|
||||
'2698c787647f92532486cd16768a6351')
|
||||
'0ed1b64e442ce50c95089a5ef4bb8fdb')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue