summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2019-06-21 23:04:04 +0200
committerFrederic Bezies2019-06-21 23:04:04 +0200
commite8d36e08cb03a1ad9285c6e3868ce9fc23b6d7ca (patch)
treed3e08e1a1f5e277d0a9f074d6aeb38588a49464d /PKGBUILD
parent0ce19b4d14a93c62fde228ae8f42fa334145dd07 (diff)
downloadaur-e8d36e08cb03a1ad9285c6e3868ce9fc23b6d7ca.tar.gz
fixing font loading
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 689090afd457..f87ead3cdec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: SaThaRiel <sathariel74[at] gmail[dot]com>
pkgname=angband-git
pkgver=4.1.3.r465.g2a840212
-pkgrel=1
+pkgrel=2
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')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'xorg-fonts-misc')
makedepends=('git' 'autogen' 'python-docutils')
conflicts=('angband' 'angband-svn')
source=("$pkgname"::'git+https://github.com/angband/angband.git')