summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bf485fdab84..2c3d45916336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Bauer <michael@m-bauer.org>
pkgname=radicle-cli
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Radicle command line interface"
arch=('x86_64')
url="https://app.radicle.xyz/seeds/seed.alt-clients.radicle.xyz/rad:git:hnrkmg77m8tfzj4gi4pa4mbhgysfgzwntjpao/tree"
@@ -19,6 +19,7 @@ source=("$pkgname-$pkgver::git+https://github.com/radicle-dev/radicle-cli.git#co
sha512sums=('SKIP')
package() {
+ depends+=('ssh-agent')
cd "$pkgname-$pkgver"
export RUSTUP_TOOLCHAIN=stable
cargo install $pkgname --no-track --locked --root "$pkgdir/usr/" --path .