summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Benson2018-01-26 18:02:13 +0100
committerVivian Benson2018-01-26 18:02:13 +0100
commit9b4393805694f7b49c30d792ea4af2c81c460232 (patch)
treeadedec2322a125abfdf417c742d3264b9913f79e
parent13a1165e3bf0aa9645195e2f144699dc7a3fca89 (diff)
downloadaur-9b4393805694f7b49c30d792ea4af2c81c460232.tar.gz
Git to makedepends
-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')