summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e61c7e8283..7c44f9f79e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 21:36:06 UTC 2016
+# Wed Apr 27 14:46:42 UTC 2016
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.5.4
+ pkgver = 3.3.5.5
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
@@ -17,8 +17,8 @@ pkgbase = ags
depends = libvorbis
optdepends = wine: for installing and configuring the game
conflicts = ags-git
- source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.4.tar.gz
- sha256sums = 5cd4b3e854685647f399e0fc800af4b432d3c95be9f946d821161ed3524f18c3
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.5.tar.gz
+ sha256sums = f125555ebaf6b93503d6b12735bbdb56acc73bc8c0bac397eb6cbd8c3e00a6b6
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 95b0ba245086..ed3187edde14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.5.4
+pkgver=3.3.5.5
pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('wine: for installing and configuring the game')
conflicts=('ags-git')
install=ags.install
source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
-sha256sums=('5cd4b3e854685647f399e0fc800af4b432d3c95be9f946d821161ed3524f18c3')
+sha256sums=('f125555ebaf6b93503d6b12735bbdb56acc73bc8c0bac397eb6cbd8c3e00a6b6')
prepare() {
cd "$srcdir/ags-v.${pkgver}"