summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b303863f11..90922aa1367c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 06:03:56 UTC 2016
+# Sun Jul 31 06:38:14 UTC 2016
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.5.7
- pkgrel = 3
+ pkgver = 3.3.5.9
+ pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
arch = i686
@@ -17,8 +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.7.tar.gz
- sha256sums = 0ba36712fc4a92f02401c307574ed964b9ac19ed06c95fa98fb6af4e9b199df4
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.9.tar.gz
+ sha256sums = a480da55971a2dbba921856a61cc2cd5be4491cd044b5845e41fe7c1d504b5e7
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 646c5bc587b1..66823f96ab9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.5.7
-pkgrel=3
+pkgver=3.3.5.9
+pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
url="https://github.com/adventuregamestudio/ags"
@@ -15,7 +15,7 @@ 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")
-sha256sums=('0ba36712fc4a92f02401c307574ed964b9ac19ed06c95fa98fb6af4e9b199df4')
+sha256sums=('a480da55971a2dbba921856a61cc2cd5be4491cd044b5845e41fe7c1d504b5e7')
prepare() {
cd "$srcdir/ags-v.${pkgver}"