summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Blanc2018-01-06 04:53:50 +0100
committerMichel Blanc2018-01-06 04:53:50 +0100
commit7f3d8bc5705d2d88e4fd08c4305c827a0c91d42c (patch)
tree3ab37ff057ba511f3fb6a16f5c00915ce409b400 /PKGBUILD
parentdf2bdd973fdbee0e6bcb9169e30c4cfbbf964e3a (diff)
downloadaur-clac.tar.gz
Adds makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')