summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3043216b0b26..845a0e864d83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = ttf-consolas-with-powerline
pkgrel = 1
url = https://github.com/v1v1anb3nson/ttf-consolas-with-powerline
arch = any
+ makedepends = git
depends = fontconfig
depends = xorg-font-utils
source = git+https://github.com/v1v1anb3nson/ttf-consolas-with-powerline.git
diff --git a/PKGBUILD b/PKGBUILD
index 465d71050ebd..056a34806380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@ pkgver=5b42778
pkgrel=1
pkgdesc="Consolas with Powerline"
arch=(any)
-depends=(fontconfig xorg-font-utils)
+depends=('fontconfig' 'xorg-font-utils')
+makedepends=('git')
url="https://github.com/v1v1anb3nson/ttf-consolas-with-powerline"
source=("git+https://github.com/v1v1anb3nson/$pkgname.git")
sha256sums=('SKIP')