summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2014-04-28 18:57:36 +0200
committerFlorian Bruhin2014-04-28 18:57:36 +0200
commit71b30f33236aab6332bdd02248d65f0f2a2b165d (patch)
tree66549271100afe68d5b5697dc64335d509309014
parent3104ab2bedeb760790809a0acc802014c8b3ad72 (diff)
downloadaur-71b30f33236aab6332bdd02248d65f0f2a2b165d.tar.gz
Add git to makedepends where needed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5e72c64c30..9a412a672022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = dzen2-git
arch = i686
arch = x86_64
license = MIT/X
+ makedepends = git
depends = libxft
provides = dzen2
conflicts = dzen2-svn
diff --git a/PKGBUILD b/PKGBUILD
index 094945ce1212..780fc71ea689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
url=('https://github.com/robm/dzen')
license=('MIT/X')
depends=(libxft)
+makedepends=(git)
source=('dzen::git+https://github.com/robm/dzen')
md5sums=('SKIP')
conflicts=(dzen2-svn dzen2)