summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-12-11 19:48:37 -0700
committerAinola2017-12-11 19:48:37 -0700
commit35fef631b02d53580171f76a4e963d7d231143e2 (patch)
tree3e7cbbc288cb729e3a3cd5c6e8c39f888342d044
parentb3911a17a21b12bb0c38106d3368d4cd226044e5 (diff)
downloadaur-35fef631b02d53580171f76a4e963d7d231143e2.tar.gz
upgpkg: 3.4.1.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c38a71c1686..1a51b4ae9a5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 14 22:51:34 UTC 2017
+# Tue Dec 12 02:48:29 UTC 2017
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.4.1.8
+ pkgver = 3.4.1.10
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
arch = i686
@@ -15,8 +15,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.8.tar.gz
- sha256sums = 2664dd5fc92c54053ea65334300d2542612d9fea464f86726298a5e08e01c413
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.10.tar.gz
+ sha256sums = 7dd75df2131333f1b6885c89db275e0dee3f7b55d3d9c4e8afae612c94aca4e2
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index c9fd39dba7ab..90dc3f84bd80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xyproto
pkgname=ags
-pkgver=3.4.1.8
+pkgver=3.4.1.10
pkgrel=1
pkgdesc='A development tool that is primarily used to create graphical adventure games'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('allegro4' 'dumb-a4' 'libogg' 'libtheora' 'libvorbis')
makedepends=('wxgtk')
optdepends=('wine: for installing and configuring the game')
source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
-sha256sums=('2664dd5fc92c54053ea65334300d2542612d9fea464f86726298a5e08e01c413')
+sha256sums=('7dd75df2131333f1b6885c89db275e0dee3f7b55d3d9c4e8afae612c94aca4e2')
prepare() {
sed -i 's/-Wfatal-errors\ //' "ags-v.$pkgver/Engine/Makefile-defs.linux"