summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-10-19 11:42:14 +0200
committerFrederic Bezies2015-10-19 11:42:14 +0200
commitb48c57148042d8c407d3cc91a82fe5bdb67159f8 (patch)
treeb8ec1176d900db95c06ea1d5fee26cbe84a71821
parent490c971c00748b7e9545d78b4ead37598b3754bb (diff)
downloadaur-b48c57148042d8c407d3cc91a82fe5bdb67159f8.tar.gz
adopted and cleaned it up a little
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e63ebce9b745..9ff622a98d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ags-git
pkgdesc = Adventure Game Studio, a development tool that is primarily used to create graphical adventure games
- pkgver = 3.3.4.1.7.geeb96c4
- pkgrel = 2
+ pkgver = 3.3.4.2.4.g5b5613d
+ pkgrel = 1
url = https://github.com/adventuregamestudio/ags
install = ags.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e48159c1026b..6c1e8d3df14c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Ainola
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: Ainola
# Contributor: Ner0
# Contributor: quantax
pkgname=ags-git
-pkgver=3.3.4.1.7.geeb96c4
-pkgrel=2
+pkgver=3.3.4.2.4.g5b5613d
+pkgrel=1
pkgdesc="Adventure Game Studio, a development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
url="https://github.com/adventuregamestudio/ags"
@@ -30,11 +31,8 @@ prepare() {
build() {
cd "$srcdir/ags"
-
make -C Engine
-# cd Manual/
-# ./compile_documentation_unix.sh
}
package() {
@@ -42,8 +40,6 @@ package() {
install -Dm644 "$srcdir/ags/License.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-# install -dm755 "$pkgdir/usr/share/doc/$pkgname/html"
-# install -m644 "$srcdir/ags/Manual"/*.htm "$pkgdir/usr/share/doc/$pkgname/html/"
}
# vim:set ts=2 sw=2 et: