summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2019-08-20 16:17:58 -0500
committerRyan Farley2019-08-20 16:17:58 -0500
commitec88257753a14fb41ed4ce90ad2ed1124edaa25d (patch)
tree833268c3035821b6f985cd24fbc88176e154bc65
parent0d41aaf0063a92dc20123e525e3b8e97efd92f10 (diff)
downloadaur-ec88257753a14fb41ed4ce90ad2ed1124edaa25d.tar.gz
add xorg-util-macros makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5967157e8a8a..cf86c979d20d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = fonttosfnt-git
makedepends = autoconf
makedepends = automake
makedepends = xproto
+ makedepends = xorg-util-macros
depends = libfontenc
depends = freetype2
provides = fonttosfnt
diff --git a/PKGBUILD b/PKGBUILD
index 3d07bab96b9c..74a012edaaf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://gitlab.freedesktop.org/xorg/app/fonttosfnt"
license=('MIT')
depends=(libfontenc freetype2)
-makedepends=(git make autoconf automake xproto)
+makedepends=(git make autoconf automake xproto xorg-util-macros)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://gitlab.freedesktop.org/xorg/app/fonttosfnt.git'