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 de6155a8a9d5..d277fdf4ec24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = clac
arch = i686
arch = x86_64
license = BSD
+ makedepends = git
source = clac::git+https://github.com/soveran/clac
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 157c04473477..6ddbca659f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='A command line, stack-based calculator with postfix notation'
url='https://github.com/soveran/clac'
arch=('i686' 'x86_64')
license=('BSD')
+makedepends=('git')
source=("clac::git+https://github.com/soveran/clac")
sha1sums=('SKIP')