From edc15573cf91f59a5a1d95b2ef5447e83d0d8370 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Sat, 18 Jun 2022 18:26:08 +0200 Subject: [PATCH] Update to 4.1.11 ## 4.1.11 AI considers liberating city-states from other civilizations - By OptimizedForDensity By Azzurite: - Fix OutOfMemory error when loading game state after already having a game loaded - Fix unit overlay not being closed when performing an action with a new unit - Fix option change not reloading main menu properly - Fix cutout options crash Better key handling - By doublep --- .SRCINFO | 10 +++++----- PKGBUILD | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bc30e6fef7f70..bab432408ab82 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.1.9 + pkgver = 4.1.11 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.9.jar - source = Unciv-4.1.9.jar::https://github.com/yairm210/Unciv/releases/download/4.1.9/Unciv.jar - source = Unciv-4.1.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.9/extraImages/Unciv%20icon%20v4.png + noextract = Unciv-4.1.11.jar + source = Unciv-4.1.11.jar::https://github.com/yairm210/Unciv/releases/download/4.1.11/Unciv.jar + source = Unciv-4.1.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.11/extraImages/Unciv%20icon%20v4.png source = Unciv.sh source = Unciv.desktop - md5sums = 7097f71567a38b6ad7d6cf448f0d33dd + md5sums = ea9d46bf2e840650efa04fa1b44493e4 md5sums = 5aca7fc33f121fcf901fef14f784731a md5sums = b5c3190a1616e545df32536920e07c98 md5sums = 42d5f7ea8ee48d2d643d070786f039ba diff --git a/PKGBUILD b/PKGBUILD index a68ee34d6b862..e209c0ea18869 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.1.9 +_pkgver=4.1.11 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -21,7 +21,7 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('7097f71567a38b6ad7d6cf448f0d33dd' +md5sums=('ea9d46bf2e840650efa04fa1b44493e4' '5aca7fc33f121fcf901fef14f784731a' 'b5c3190a1616e545df32536920e07c98' '42d5f7ea8ee48d2d643d070786f039ba')