summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLennard Hofmann2020-02-08 19:06:25 +0100
committerLennard Hofmann2020-02-08 19:06:25 +0100
commitb3d786c2fd3d54c4c187022ee1219c71950983b1 (patch)
tree363cea35b6a49dbd81456a6971b98cd5080ac7a3 /PKGBUILD
parent4155f165dc6954a6301b2f625427f12be00ae3a0 (diff)
downloadaur-b3d786c2fd3d54c4c187022ee1219c71950983b1.tar.gz
Add dependencies: fontconfig, xorg-font-utils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f23855bbfb7..f401d5a21dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=otf-bebas-neue-git
_pkgname=Bebas-Neue
pkgver=r182.686d14a
-pkgrel=1
+pkgrel=2
pkgdesc="Sans-serif display font for headline, caption, and titling"
arch=(any)
url="https://github.com/dharmatype/Bebas-Neue"
license=('custom:OFL')
-#depends=(fontconfig xorg-mkfontscale)
+depends=(fontconfig xorg-font-utils) # required for pacman hooks
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")