summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-02-06 10:22:49 -0700
committerAinola2017-02-06 10:22:49 -0700
commit4046c157065cea6b940faed31f1d308e6f6a8f71 (patch)
tree932223e77066933867859d1f569ed442830303bb /PKGBUILD
parent2503e9405be75cfa11a1d6c0ad9655a2f7b6c04f (diff)
downloadaur-4046c157065cea6b940faed31f1d308e6f6a8f71.tar.gz
upgpkg: 3.4.0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6879b3f6d8d4..ee0f807054a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.4.0.12
+pkgver=3.4.0.14
pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
@@ -13,16 +13,10 @@ depends=('allegro' 'dumb' 'libogg' 'libtheora' 'libvorbis')
makedepends=('wxgtk')
optdepends=('wine: for installing and configuring the game')
install=ags.install
-source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz"
- "fix-cpp-11-mode.patch")
-sha256sums=('64422a3ad7ed1d78d207158f6d8a67499e6d0b50a9dd6438d086373ac66d1a76'
- '67ba92334c08626cec954edca5e164fdb619d690e518685402632be9ea4348ce')
+source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
+sha256sums=('8868080c01f84b78bdbae2437cdbda37ef22c5440e7dfcff07603e2aca24b522')
prepare() {
- # Fixes https://github.com/adventuregamestudio/ags/issues/356 until an
- # official release
- patch -p1 -d "$srcdir/ags-v.${pkgver}" < fix-cpp-11-mode.patch
-
cd "$srcdir/ags-v.${pkgver}"
sed -i 's/-Wfatal-errors\ //' Engine/Makefile-defs.linux
}