summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 429cb82ab4eb..9dc318d2add7 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.2.5.r75.g29272e63a
+ pkgver = 4.2.5.r183.g95c723c26
pkgrel = 1
url = http://rephial.org/
arch = i686
@@ -14,6 +14,7 @@ pkgbase = angband-git
depends = sdl2_ttf
depends = sdl2_mixer
conflicts = angband
+ options = !debug
source = angband-git::git+https://github.com/angband/angband.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c6145896f342..f8d03d424d84 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.2.5.r75.g29272e63a
+pkgver=4.2.5.r183.g95c723c26
pkgrel=1
pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books"
arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@ makedepends=('git' 'autogen' 'python-docutils')
conflicts=('angband')
source=("$pkgname"::'git+https://github.com/angband/angband.git')
sha256sums=('SKIP')
+options=(!debug)
pkgver() {
cd "$srcdir/$pkgname"