summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-04-24 15:36:32 -0600
committerAinola2016-04-24 15:36:32 -0600
commit2300a67e8696440a06041c386228dc7538a185d7 (patch)
tree4bea0963a1942ab2c12144c74d1adfd8a9cf7ae3
parent01d4f201ddf92e7327cf7276bca4c228badfe5ff (diff)
downloadaur-2300a67e8696440a06041c386228dc7538a185d7.tar.gz
upgpkg: 3.3.5.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a2670aecc53..94e61c7e8283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Apr 24 21:36:06 UTC 2016
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.4.2
+ pkgver = 3.3.5.4
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
@@ -8,12 +10,15 @@ pkgbase = ags
arch = x86_64
license = Artistic2.0
makedepends = wxgtk
+ depends = allegro
depends = dumb
+ depends = libogg
depends = libtheora
+ depends = libvorbis
optdepends = wine: for installing and configuring the game
conflicts = ags-git
- source = https://github.com/adventuregamestudio/ags/archive/v.3.3.4.2.tar.gz
- sha256sums = 1d699a1d0a2f0ba5810a10e544108caead781033ead877d7d2a3540345d42407
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.3.5.4.tar.gz
+ sha256sums = 5cd4b3e854685647f399e0fc800af4b432d3c95be9f946d821161ed3524f18c3
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 2ea99cafc16e..95b0ba245086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
# Contributor: quantax
pkgname=ags
-pkgver=3.3.4.2
+pkgver=3.3.5.4
pkgrel=1
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
url="https://github.com/adventuregamestudio/ags"
license=('Artistic2.0')
-depends=('dumb' 'libtheora')
+depends=('allegro' 'dumb' 'libogg' 'libtheora' 'libvorbis')
makedepends=('wxgtk')
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=('1d699a1d0a2f0ba5810a10e544108caead781033ead877d7d2a3540345d42407')
+sha256sums=('5cd4b3e854685647f399e0fc800af4b432d3c95be9f946d821161ed3524f18c3')
prepare() {
cd "$srcdir/ags-v.${pkgver}"