summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gregory2015-08-03 15:25:02 -0400
committerAndrew Gregory2015-08-03 15:25:02 -0400
commit2926eb5ac99a9295ce313f05d95ed90e8668ba0e (patch)
tree415dfcfe0ffba14f6a377e68c86de223b22fe2b4
parent546f8a205095985de8047045ace0c5dc1b56a7e0 (diff)
downloadaur-openrc-arch-services-git.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cd197d34c41..212cf42f2ccb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = openrc-arch-services-git
url = https://github.com/andrewgregory/openrc-arch-services
arch = any
license = GPL2
+ makedepends = git
source = openrc-arch-services-git::git://github.com/andrewgregory/openrc-arch-services.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d4881757f449..2438572488ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgver=0.26
pkgrel=1
url="https://github.com/andrewgregory/openrc-arch-services"
license=('GPL2')
+makedepends=('git')
arch=('any')
# backup=() #fill in below
source=("$pkgname::git://github.com/andrewgregory/openrc-arch-services.git")