summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")