summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-04-24 15:36:32 -0600
committerAinola2016-04-24 15:36:32 -0600
commit2300a67e8696440a06041c386228dc7538a185d7 (patch)
tree4bea0963a1942ab2c12144c74d1adfd8a9cf7ae3 /PKGBUILD
parent01d4f201ddf92e7327cf7276bca4c228badfe5ff (diff)
downloadaur-2300a67e8696440a06041c386228dc7538a185d7.tar.gz
upgpkg: 3.3.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"