summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-03-15 07:29:52 -0600
committerAinola2017-03-15 07:29:52 -0600
commit94cd6f8f2f1c697dd05746098c5ba35dcad3ea69 (patch)
treea8305d8bd1df73efb3b957a092d4c66dd01d342f
parent27080182a3aad62132dfcafc462a2fad8bd8b6d4 (diff)
downloadaur-94cd6f8f2f1c697dd05746098c5ba35dcad3ea69.tar.gz
upgpkg: 3.4.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e90add6b0905..e369013aa5ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 19 00:40:32 UTC 2017
+# Wed Mar 15 13:29:45 UTC 2017
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.4.1.1
+ pkgver = 3.4.1.2
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.1.tar.gz
- sha256sums = cf0cd4d71ab65f18b89b8b241e44656c4322342f802939c47f0d8242fd467b9f
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.2.tar.gz
+ sha256sums = 3c02476f4d6150fd9e5d82494c5be9976da700f2e43eb10a1070c5c292fead95
pkgname = ags
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}"