summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2014-04-28 18:57:36 +0200
committerFlorian Bruhin2014-04-28 18:57:36 +0200
commit2542bfa9dc4f4a582f200c10f490e2e64d28d23c (patch)
tree8f294802377eeac3b3d5bc5ff4547eda61332e4e
parentbe18a8f1c326da16d94360aa5f8fe335d9a3118c (diff)
downloadaur-2542bfa9dc4f4a582f200c10f490e2e64d28d23c.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 4c194207bb75..8663ea1daa41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = dzen2-xft-xpm-xinerama-git
arch = i686
arch = x86_64
license = MIT/X
+ makedepends = git
depends = libxft
depends = libxpm
depends = libxinerama
diff --git a/PKGBUILD b/PKGBUILD
index e59625f676f9..c424be2ff4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('i686' 'x86_64')
url=('https://github.com/robm/dzen')
license=('MIT/X')
depends=(libxft libxpm libxinerama)
+makedepends=(git)
source=('dzen::git+https://github.com/robm/dzen')
md5sums=('SKIP')
conflicts=(dzen2-svn dzen2)