summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-06-04 07:27:45 -0600
committerAinola2016-06-04 07:27:45 -0600
commit50c8e46ce8cf3e55c60821dd1ebaffbe3435c5f7 (patch)
tree58121c5cda18b89939514d289dd74cb62a76e17b /PKGBUILD
parentfc298112f8995feb7a91cb0dfd1aa805b81c4f51 (diff)
downloadaur-50c8e46ce8cf3e55c60821dd1ebaffbe3435c5f7.tar.gz
upgpkg: 3.3.5.6, remove namespace patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e139274ad3..23a62618134d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.5.5
+pkgver=3.3.5.6
pkgrel=3
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
@@ -14,17 +14,12 @@ makedepends=('wxgtk')
optdepends=('wine: for installing and configuring the game')
conflicts=('ags-git')
install=ags.install
-source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz"
- "fix-namespaces.patch")
-sha256sums=('f2b31a3d5152fd50d6a9fae1e019dcf3d0823f5968d5fbe344478c524afa7d9f'
- '9d715eb5a269b66465361d6723f9b58bd6c0607cb25af0d19286e4021bc8957a')
+source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
+sha256sums=('3496f35b9799cff2e626a4049a6bd28145191fc9469c45b84d0cc04178963c34')
prepare() {
cd "$srcdir/ags-v.${pkgver}"
sed -i 's/-Wfatal-errors\ //' Engine/Makefile-defs.linux
-
- # https://github.com/adventuregamestudio/ags/issues/328
- patch -p1 < ../fix-namespaces.patch
}
build() {