summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-06-09 08:44:47 -0600
committerAinola2017-06-09 08:44:47 -0600
commite9988bded74418d02e47f7011e3ae50306abdc4e (patch)
tree0a195c8ada88bd66aae652a8e667398c1808a1b1 /PKGBUILD
parentd78fd3bf49396e769708651e656169c11ac8277b (diff)
downloadaur-e9988bded74418d02e47f7011e3ae50306abdc4e.tar.gz
upgpkg: 3.4.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0936a83d3758..63a3fbb96ee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.4.1.3
+pkgver=3.4.1.5
pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('wxgtk')
optdepends=('wine: for installing and configuring the game')
install=ags.install
source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
-sha256sums=('4353b50298810a1ba7f3aa33816dc20d097cff416ac66d7aaedb9866fb42a91e')
+sha256sums=('3c33167641f09133d3ddb46c607b716b2b79ef3e9c6b131c11895a44f2a1b136')
prepare() {
cd "$srcdir/ags-v.${pkgver}"