summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-02-18 17:40:38 -0700
committerAinola2017-02-18 17:40:38 -0700
commit27080182a3aad62132dfcafc462a2fad8bd8b6d4 (patch)
treecefad302788571e5483a19dcd307a4bc5ceb8386 /PKGBUILD
parent4046c157065cea6b940faed31f1d308e6f6a8f71 (diff)
downloadaur-27080182a3aad62132dfcafc462a2fad8bd8b6d4.tar.gz
upgpkg: 3.4.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee0f807054a3..e4d9745c26d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.4.0.14
+pkgver=3.4.1.1
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=('8868080c01f84b78bdbae2437cdbda37ef22c5440e7dfcff07603e2aca24b522')
+sha256sums=('cf0cd4d71ab65f18b89b8b241e44656c4322342f802939c47f0d8242fd467b9f')
prepare() {
cd "$srcdir/ags-v.${pkgver}"