summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2018-05-15 09:23:07 +0200
committerFrederic Bezies2018-05-15 09:23:07 +0200
commit23904c87721419ecd0350d5c7c0ddba8d941faa0 (patch)
treed779e732a20ddf48a35b830c53127f0722724324
parent059ea9fcb4208ff030bf0ed7ce29f7727d6970d2 (diff)
downloadaur-23904c87721419ecd0350d5c7c0ddba8d941faa0.tar.gz
May 15th, 2018 update including some PKGBUILD cleanup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d2f1c0dc5d..18732fa39646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = angband-git
pkgdesc = A roguelike dungeon-exploration game based on Tolkien's books
- pkgver = 4.1.2.r5.g937dd435
+ pkgver = 4.1.2.r17.g92b8ebe4
pkgrel = 1
url = http://rephial.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 47ac4da806a0..197550da7925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: andmars <andreas.marschall @ unitybox.de>
# Contributor: SaThaRiel <sathariel74[at] gmail[dot]com>
pkgname=angband-git
-pkgver=4.1.2.r5.g937dd435
+pkgver=4.1.2.r17.g92b8ebe4
pkgrel=1
pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books"
arch=('i686' 'x86_64')
@@ -22,6 +22,9 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgname"
./autogen.sh
+
+ # Fix detection of ncurses config script for ncurses 6.0
+ sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
}
build() {
@@ -30,6 +33,9 @@ build() {
--prefix=/usr \
--bindir=/usr/bin/ \
--sysconfdir=/usr/share/angband \
+ --with-configpath=/usr/share/angband \
+ --with-libpath=/usr/share/angband \
+ --enable-gtk \
--enable-sdl \
--enable-sdl-mixer
make