summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-03-15 07:29:52 -0600
committerAinola2017-03-15 07:29:52 -0600
commit94cd6f8f2f1c697dd05746098c5ba35dcad3ea69 (patch)
treea8305d8bd1df73efb3b957a092d4c66dd01d342f /PKGBUILD
parent27080182a3aad62132dfcafc462a2fad8bd8b6d4 (diff)
downloadaur-94cd6f8f2f1c697dd05746098c5ba35dcad3ea69.tar.gz
upgpkg: 3.4.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4d9745c26d9..bcbe2ff399d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.4.1.1
+pkgver=3.4.1.2
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=('cf0cd4d71ab65f18b89b8b241e44656c4322342f802939c47f0d8242fd467b9f')
+sha256sums=('3c02476f4d6150fd9e5d82494c5be9976da700f2e43eb10a1070c5c292fead95')
prepare() {
cd "$srcdir/ags-v.${pkgver}"