summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abfb6d6bf5d3..755eedbc94a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = angband-ncurses
pkgdesc = A roguelike dungeon exploration game based on the writings of JRR Tolkien (ncurses-only)
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://rephial.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 419f8f9a2577..e221297ed481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_pkgname=angband
pkgname=angband-ncurses
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien (ncurses-only)"
arch=('i686' 'x86_64')
url="http://rephial.org/"
license=('GPL2' 'custom')
depends=('ncurses')
makedepends=('python-docutils'
- 'texlive-core' #Uncomment if you want a pdf manual. That's quite the dependency, don't you think?
+ #'texlive-core' #Uncomment if you want a pdf manual. That's quite the dependency, don't you think?
)
conflicts=('angband' 'angband-git')
source=("http://rephial.org/downloads/${pkgver:0:3}/${_pkgname}-v${pkgver}.tar.gz")
@@ -44,5 +44,6 @@ package() {
make DESTDIR="${pkgdir}" install
rm -f "${pkgdir}/usr/share/${_pkgname}/*/delete.me"
+ rm -R "${pkgdir}"/usr/share/angband/xtra/{graf,icon,sound}
install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${_pkgname}/COPYING"
}