summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-11-14 15:51:58 -0700
committerAinola2017-11-14 15:51:58 -0700
commitb3911a17a21b12bb0c38106d3368d4cd226044e5 (patch)
tree434867567ede62fb33b2977d641d9c64aca3342b
parent5b363b2bd25e4e102c0b84feebc288b1b6562edb (diff)
downloadaur-b3911a17a21b12bb0c38106d3368d4cd226044e5.tar.gz
upgpkg: 3.4.1.8
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
-rw-r--r--ags.install11
3 files changed, 13 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb1e337ada97..5c38a71c1686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,22 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 14:41:39 UTC 2017
+# Tue Nov 14 22:51:34 UTC 2017
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
- pkgver = 3.4.1.6
+ pkgver = 3.4.1.8
pkgrel = 1
url = https://github.com/adventuregamestudio/ags
- install = ags.install
arch = i686
arch = x86_64
license = Artistic2.0
makedepends = wxgtk
- depends = allegro
- depends = dumb
+ depends = allegro4
+ depends = dumb-a4
depends = libogg
depends = libtheora
depends = libvorbis
optdepends = wine: for installing and configuring the game
- source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.6.tar.gz
- sha256sums = fb9f8d04fd7c865ccf1e430d61216adcf341f2d5ec37a099075a83f3502468f5
+ source = https://github.com/adventuregamestudio/ags/archive/v.3.4.1.8.tar.gz
+ sha256sums = 2664dd5fc92c54053ea65334300d2542612d9fea464f86726298a5e08e01c413
pkgname = ags
diff --git a/PKGBUILD b/PKGBUILD
index 1e695b465d2f..c9fd39dba7ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,23 @@
# Maintainer: Ainola
# Contributor: Ner0
# Contributor: quantax
+# Contributor: xyproto
pkgname=ags
-pkgver=3.4.1.6
+pkgver=3.4.1.8
pkgrel=1
-pkgdesc="A development tool that is primarily used to create graphical adventure games"
+pkgdesc='A development tool that is primarily used to create graphical adventure games'
arch=('i686' 'x86_64')
-url="https://github.com/adventuregamestudio/ags"
+url='https://github.com/adventuregamestudio/ags'
license=('Artistic2.0')
-depends=('allegro' 'dumb' 'libogg' 'libtheora' 'libvorbis')
+depends=('allegro4' 'dumb-a4' 'libogg' 'libtheora' 'libvorbis')
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=('fb9f8d04fd7c865ccf1e430d61216adcf341f2d5ec37a099075a83f3502468f5')
+sha256sums=('2664dd5fc92c54053ea65334300d2542612d9fea464f86726298a5e08e01c413')
prepare() {
- cd "$srcdir/ags-v.${pkgver}"
- sed -i 's/-Wfatal-errors\ //' Engine/Makefile-defs.linux
+ sed -i 's/-Wfatal-errors\ //' "ags-v.$pkgver/Engine/Makefile-defs.linux"
}
build() {
diff --git a/ags.install b/ags.install
deleted file mode 100644
index 33f7f11c7a87..000000000000
--- a/ags.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo ""
- echo " In order to run a game, you must first install it either with Wine"
- echo " or just use Windows installation"
-
- echo " To run it type ags '/GameDir/Game.exe'"
-
- echo " The native game configurator isn't supported yet,"
- echo " so you must use the Windows one ('winsetup.exe') with Wine."
- echo ""
-}