summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2020-10-23 17:59:39 -0700
committerBrett Cornwall2020-10-23 17:59:39 -0700
commitbb4a68b1e3c5a9384317cf1012dd4097e5ab4c5e (patch)
tree1e758a368e0217d2da9381168d0d798a680628da
parent0955f0c6c0674be1425c3c958e29b08c5ffff62d (diff)
downloadaur-bb4a68b1e3c5a9384317cf1012dd4097e5ab4c5e.tar.gz
upgpkg: 3.5.0.27; include cstdio patch
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8123eff471f..1ffce0e3bd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ags
pkgdesc = Engine to run adventure/quest games
- pkgver = 3.5.0.24
+ pkgver = 3.5.0.27
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = ags
depends = dumb-a4
depends = libtheora
depends = freetype2
- source = ags-3.5.0.24.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.3.5.0.24.tar.gz
- source = https://github.com/adventuregamestudio/ags/commit/44d954493bb5f3e95a11a4eddbb62bd6110b1b63.patch
- sha256sums = 289d6d832cb35f18d67a03bbdb30f62c6f6ad6984a99e0e34356c6717df40b9f
- sha256sums = 6b7092e5794ae532f79c5c6ad5f5761c217b3ec874da43537152fb8e60b20019
+ source = ags-3.5.0.27.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.3.5.0.27.tar.gz
+ source = https://github.com/adventuregamestudio/ags/commit/fa1b9c7a442ac6966357d510fb7e6b78a214410d.patch
+ sha256sums = f8940e390510ebddc872ae032bc65351581a67bf9bb64a0c5d8e996615baf819
+ sha256sums = 5b6cf508340ae23aac6c4ed0805f64330333b9b6ba466e60f8d625aedaa07208
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 5e9ca3275691..47eadc7c9578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.5.0.24
+pkgver=3.5.0.27
pkgrel=1
pkgdesc='Engine to run adventure/quest games'
arch=('x86_64')
@@ -17,9 +17,15 @@ license=('Artistic2.0')
depends=('dumb-a4' 'libtheora' 'freetype2')
makedepends=('cmake' 'wxgtk')
source=("$pkgname-$pkgver.tar.gz::https://github.com/adventuregamestudio/ags/archive/v.$pkgver.tar.gz"
- 'https://github.com/adventuregamestudio/ags/commit/44d954493bb5f3e95a11a4eddbb62bd6110b1b63.patch')
-sha256sums=('289d6d832cb35f18d67a03bbdb30f62c6f6ad6984a99e0e34356c6717df40b9f'
- '6b7092e5794ae532f79c5c6ad5f5761c217b3ec874da43537152fb8e60b20019')
+ 'https://github.com/adventuregamestudio/ags/commit/fa1b9c7a442ac6966357d510fb7e6b78a214410d.patch')
+sha256sums=('f8940e390510ebddc872ae032bc65351581a67bf9bb64a0c5d8e996615baf819'
+ '5b6cf508340ae23aac6c4ed0805f64330333b9b6ba466e60f8d625aedaa07208')
+
+prepare () {
+ cd "ags-v.$pkgver"
+ # https://github.com/adventuregamestudio/ags/issues/1080
+ patch -p1 < ../fa1b9c7a442ac6966357d510fb7e6b78a214410d.patch
+}
build() {
cd "ags-v.$pkgver"