[arch-commits] Commit in angband/trunk (PKGBUILD)
Jakob Gruber
schuay at archlinux.org
Thu Sep 17 18:24:51 UTC 2015
Date: Thursday, September 17, 2015 @ 20:24:51
Author: schuay
Revision: 140419
angband-4.0.2-1
Modified:
angband/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-17 17:40:25 UTC (rev 140418)
+++ PKGBUILD 2015-09-17 18:24:51 UTC (rev 140419)
@@ -8,8 +8,8 @@
# Contributor: Sebastian Sareyko <public at nooms.de>
pkgname=angband
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien"
arch=('i686' 'x86_64')
url="http://rephial.org/"
@@ -21,6 +21,8 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ ./autogen.sh
+
./configure \
--prefix=/usr \
--bindir=/usr/bin \
@@ -43,4 +45,4 @@
install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
-md5sums=('242dca62b4c4cd1749305287b7636691')
+md5sums=('b4c96762281307e69b95114b9b3a6487')
More information about the arch-commits
mailing list