summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-07-31 00:40:03 -0600
committerAinola2016-07-31 00:40:03 -0600
commit5077f9f9720ca8ab48e2cd6dcef8349883b6945c (patch)
tree7df99b860d978f7e3b7c498e9d6a8c36161b95b4 /PKGBUILD
parente24a00bcb927f8354122876f028e8317a716fbe8 (diff)
downloadaur-5077f9f9720ca8ab48e2cd6dcef8349883b6945c.tar.gz
upgpkg: 3.3.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"