summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2020-01-29 10:51:32 +0100
committerFrederic Bezies2020-01-29 10:51:32 +0100
commitbbc52f2e808a16a82657d45e632e6eb725ef6dcf (patch)
tree58bbbd34b0d6d71847e932fc48ccf2deebf76792
parentf40fa5f00d1f001097c739aa672b238638feb948 (diff)
downloadaur-bbc52f2e808a16a82657d45e632e6eb725ef6dcf.tar.gz
updated PKGBUILD and namcap cleanup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ebbb9e863f..a16715e7b4ca 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.0.r119.g5653729f7
+ pkgver = 4.2.0.r132.gc38a249c4
pkgrel = 1
url = http://rephial.org/
arch = i686
@@ -13,7 +13,6 @@ pkgbase = angband-git
depends = sdl_image
depends = sdl_ttf
depends = sdl_mixer
- depends = xorg-fonts-misc
conflicts = angband
conflicts = angband-svn
source = angband-git::git+https://github.com/angband/angband.git
diff --git a/PKGBUILD b/PKGBUILD
index 419ccaf2f802..3f7b73fc55e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: andmars <andreas.marschall @ unitybox.de>
# Contributor: SaThaRiel <sathariel74[at] gmail[dot]com>
pkgname=angband-git
-pkgver=4.2.0.r119.g5653729f7
+pkgver=4.2.0.r132.gc38a249c4
pkgrel=1
pkgdesc="A roguelike dungeon-exploration game based on Tolkien's books"
arch=('i686' 'x86_64')
url="http://rephial.org/"
license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'xorg-fonts-misc')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer')
makedepends=('git' 'autogen' 'python-docutils')
conflicts=('angband' 'angband-svn')
source=("$pkgname"::'git+https://github.com/angband/angband.git')