summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d91c04a462a..e924151de1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 25 03:44:52 UTC 2016
+# Sat Jun 4 13:27:19 UTC 2016
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.5.5
+ pkgver = 3.3.5.6
pkgrel = 3
url = https://github.com/adventuregamestudio/ags
install = ags.install
@@ -17,10 +17,8 @@ pkgbase = ags
depends = libvorbis
optdepends = wine: for installing and configuring the game
conflicts = ags-git
- source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.5.tar.gz
- source = fix-namespaces.patch
- sha256sums = f2b31a3d5152fd50d6a9fae1e019dcf3d0823f5968d5fbe344478c524afa7d9f
- sha256sums = 9d715eb5a269b66465361d6723f9b58bd6c0607cb25af0d19286e4021bc8957a
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.6.tar.gz
+ sha256sums = 3496f35b9799cff2e626a4049a6bd28145191fc9469c45b84d0cc04178963c34
pkgname = ags
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() {