summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa592432abb..a03fff4b3b66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ttf-impallari-dosis
arch = any
groups = impallari-fonts
license = custom:OFL
+ makedepends = git
depends = fontconfig
depends = xorg-font-utils
source = git+git://github.com/impallari/Dosis
diff --git a/PKGBUILD b/PKGBUILD
index fa1dd6db1bdc..ec86ffbf3c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=(any)
url="https://github.com/impallari/Dosis"
license=('custom:OFL')
groups=("${_group}-fonts")
+makedepends=('git')
depends=('fontconfig' 'xorg-font-utils')
install=updatefont.install
source=("git+git://github.com/impallari/Dosis")