summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Gregory2015-08-03 15:25:02 -0400
committerAndrew Gregory2015-08-03 15:25:02 -0400
commit2926eb5ac99a9295ce313f05d95ed90e8668ba0e (patch)
tree415dfcfe0ffba14f6a377e68c86de223b22fe2b4 /PKGBUILD
parent546f8a205095985de8047045ace0c5dc1b56a7e0 (diff)
downloadaur-openrc-arch-services-git.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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")