summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Francke2022-11-07 20:37:26 +0100
committerLars Francke2022-11-07 20:37:26 +0100
commitf6e68cfdf1cb9e8e1b3f8412b970fd02cb5e0530 (patch)
tree1971d5acbe4b9593f821be5d39c37d9cb720aabf
parent38a492c3deaef620fef86e8cafe32c81660b2397 (diff)
downloadaur-f6e68cfdf1cb9e8e1b3f8412b970fd02cb5e0530.tar.gz
Fix namcap error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d026449031e..fa3706d109fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = stackablectl-git
pkgdesc = Command line tool to interact with a Stackable Data Platform
- pkgver = v0.5.0.r10.g53df183
+ pkgver = 0
pkgrel = 1
url = https://github.com/stackabletech/stackablectl/
arch = x86_64
license = Apache
makedepends = go
makedepends = rust
+ makedepends = git
provides = stackablectl
conflicts = stackablectl
source = stackablectl-git::git+https://github.com/stackabletech/stackablectl.git
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})