summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-08-21 08:30:01 -0600
committerAinola2016-08-21 08:30:01 -0600
commit166ce74d6c96ed24310b97e5bc88ae163fac46b5 (patch)
tree0e717fa8057e04e483ee1457c75f66875e1b164b /PKGBUILD
parent5077f9f9720ca8ab48e2cd6dcef8349883b6945c (diff)
downloadaur-166ce74d6c96ed24310b97e5bc88ae163fac46b5.tar.gz
updpkg: 3.3.5.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66823f96ab9e..cf3472a81985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.5.9
+pkgver=3.3.5.10
pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
@@ -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=('a480da55971a2dbba921856a61cc2cd5be4491cd044b5845e41fe7c1d504b5e7')
+sha256sums=('8afa31e4520606f4a81bd0181e3e89b33e424ac25d6fafef9bf04cf0ec132e11')
prepare() {
cd "$srcdir/ags-v.${pkgver}"