summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLars Francke2022-11-07 20:37:26 +0100
committerLars Francke2022-11-07 20:37:26 +0100
commitf6e68cfdf1cb9e8e1b3f8412b970fd02cb5e0530 (patch)
tree1971d5acbe4b9593f821be5d39c37d9cb720aabf /PKGBUILD
parent38a492c3deaef620fef86e8cafe32c81660b2397 (diff)
downloadaur-f6e68cfdf1cb9e8e1b3f8412b970fd02cb5e0530.tar.gz
Fix namcap error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe94c8e76ef..19eb23be20cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Command line tool to interact with a Stackable Data Platform"
arch=('x86_64')
url="https://github.com/stackabletech/stackablectl/"
license=('Apache')
-makedepends=('go' 'rust')
+makedepends=('go' 'rust' 'git')
source=("$pkgname::git+https://github.com/stackabletech/stackablectl.git")
b2sums=('SKIP')
provides=(${_pkgname})