summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-04-12 00:17:04 -0600
committerAinola2017-04-12 00:17:04 -0600
commitd78fd3bf49396e769708651e656169c11ac8277b (patch)
tree96961edf5aaf25d134b267c90600267396bfcb07 /PKGBUILD
parent94cd6f8f2f1c697dd05746098c5ba35dcad3ea69 (diff)
downloadaur-d78fd3bf49396e769708651e656169c11ac8277b.tar.gz
upgpkg: 3.4.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcbe2ff399d9..0936a83d3758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.4.1.2
+pkgver=3.4.1.3
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=('3c02476f4d6150fd9e5d82494c5be9976da700f2e43eb10a1070c5c292fead95')
+sha256sums=('4353b50298810a1ba7f3aa33816dc20d097cff416ac66d7aaedb9866fb42a91e')
prepare() {
cd "$srcdir/ags-v.${pkgver}"