summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-06-21 23:04:04 +0200
committerFrederic Bezies2019-06-21 23:04:04 +0200
commite8d36e08cb03a1ad9285c6e3868ce9fc23b6d7ca (patch)
treed3e08e1a1f5e277d0a9f074d6aeb38588a49464d
parent0ce19b4d14a93c62fde228ae8f42fa334145dd07 (diff)
downloadaur-e8d36e08cb03a1ad9285c6e3868ce9fc23b6d7ca.tar.gz
fixing font loading
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a2ffd944eef..174bb814006f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = angband-git
pkgdesc = A roguelike dungeon-exploration game based on Tolkien's books
pkgver = 4.1.3.r465.g2a840212
- pkgrel = 1
+ pkgrel = 2
url = http://rephial.org/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ 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 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')