summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-06-28 08:41:48 -0600
committerAinola2017-06-28 08:41:48 -0600
commit5b363b2bd25e4e102c0b84feebc288b1b6562edb (patch)
tree7c8059243974794ec8c6720f39ec1e942a854f3b
parente9988bded74418d02e47f7011e3ae50306abdc4e (diff)
downloadaur-5b363b2bd25e4e102c0b84feebc288b1b6562edb.tar.gz
upgpkg: 3.4.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66681548c5fd..fb1e337ada97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 14:44:37 UTC 2017
+# Wed Jun 28 14:41:39 UTC 2017
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.4.1.5
+ pkgver = 3.4.1.6
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
@@ -16,8 +16,8 @@ pkgbase = ags
depends = libtheora
depends = libvorbis
optdepends = wine: for installing and configuring the game
- source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.5.tar.gz
- sha256sums = 3c33167641f09133d3ddb46c607b716b2b79ef3e9c6b131c11895a44f2a1b136
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.6.tar.gz
+ sha256sums = fb9f8d04fd7c865ccf1e430d61216adcf341f2d5ec37a099075a83f3502468f5
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 63a3fbb96ee6..1e695b465d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.4.1.5
+pkgver=3.4.1.6
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=('3c33167641f09133d3ddb46c607b716b2b79ef3e9c6b131c11895a44f2a1b136')
+sha256sums=('fb9f8d04fd7c865ccf1e430d61216adcf341f2d5ec37a099075a83f3502468f5')
prepare() {
cd "$srcdir/ags-v.${pkgver}"