mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4.15.7
Revert all texture packing - solves several bugs at the expense of the faster rendering Avoid rare crash when failing to load mods on Android Fixed Unciv not starting on MacOS modding: - Added 'upon entering a [tileFilter] tile' trigger - Added validation for UnitType.movementType - populationFilter now accepts Specialist names Fix Assignment Cycling - By itanasi
This commit is contained in:
parent
5fd9153440
commit
2a6d07d098
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.15.6_patch1_macOS
|
||||
pkgver = 4.15.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.15.6-patch1-macOS.jar
|
||||
source = Unciv-4.15.6-patch1-macOS.jar::https://github.com/yairm210/Unciv/releases/download/4.15.6-patch1-macOS/Unciv.jar
|
||||
source = Unciv-4.15.6-patch1-macOS.png::https://raw.githubusercontent.com/yairm210/Unciv/4.15.6-patch1-macOS/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.15.6-patch1-macOS.zip::https://github.com/yairm210/Unciv/releases/download/4.15.6-patch1-macOS/linuxFilesForJar.zip
|
||||
md5sums = 8715071aa5e45f04f8c9315f6af98ce7
|
||||
noextract = Unciv-4.15.7.jar
|
||||
source = Unciv-4.15.7.jar::https://github.com/yairm210/Unciv/releases/download/4.15.7/Unciv.jar
|
||||
source = Unciv-4.15.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.15.7/extraImages/Icons/Unciv%20icon%20v5.png
|
||||
source = Unciv-4.15.7.zip::https://github.com/yairm210/Unciv/releases/download/4.15.7/linuxFilesForJar.zip
|
||||
md5sums = ee2ae531a8be83e49f0533a82ae823c3
|
||||
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
|
||||
md5sums = 02618676d52ede3ec8424f3bff2ad9ed
|
||||
md5sums = 636016f4467042afb92757d89b7fc43a
|
||||
|
||||
pkgname = unciv-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=unciv-bin
|
||||
_pkgname=Unciv
|
||||
_pkgver=4.15.6-patch1-macOS
|
||||
_pkgver=4.15.7
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
|
|
@ -20,9 +20,9 @@ source=(
|
|||
noextract=(
|
||||
"$_pkgname-$_pkgver.jar"
|
||||
)
|
||||
md5sums=('8715071aa5e45f04f8c9315f6af98ce7'
|
||||
md5sums=('ee2ae531a8be83e49f0533a82ae823c3'
|
||||
'c3f79bbc7e80620b3cdc4f90f21f4d68'
|
||||
'02618676d52ede3ec8424f3bff2ad9ed')
|
||||
'636016f4467042afb92757d89b7fc43a')
|
||||
|
||||
package() {
|
||||
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue