summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-02-18 17:40:38 -0700
committerAinola2017-02-18 17:40:38 -0700
commit27080182a3aad62132dfcafc462a2fad8bd8b6d4 (patch)
treecefad302788571e5483a19dcd307a4bc5ceb8386
parent4046c157065cea6b940faed31f1d308e6f6a8f71 (diff)
downloadaur-27080182a3aad62132dfcafc462a2fad8bd8b6d4.tar.gz
upgpkg: 3.4.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf99389dc384..e90add6b0905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 17:22:27 UTC 2017
+# Sun Feb 19 00:40:32 UTC 2017
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.4.0.14
+ pkgver = 3.4.1.1
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.0.14.tar.gz
- sha256sums = 8868080c01f84b78bdbae2437cdbda37ef22c5440e7dfcff07603e2aca24b522
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.1.tar.gz
+ sha256sums = cf0cd4d71ab65f18b89b8b241e44656c4322342f802939c47f0d8242fd467b9f
pkgname = ags
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}"