summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Krahl2019-01-02 22:52:06 +0000
committerRobin Krahl2019-01-02 23:55:14 +0100
commitcf0223fbddf781baf246a5b162795b0845ec72e5 (patch)
treeea786af39ea4fad04a91e7ffa4f67377224f5341
parent5f89f748c5be93dac45ce31db766e5dbf240dd7b (diff)
downloadaur-cf0223fbddf781baf246a5b162795b0845ec72e5.tar.gz
Add gnupg as a dependency
This patch adds gnupg as a dependency to nitrocli as the gpg-connect-agent is required to enter the passphrase for certain operations.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc557dbf61b..76ffdf0fa89a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = nitrocli
pkgdesc = Command-line interface for Nitrokey devices
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/d-e-s-o/nitrocli
arch = x86_64
license = GPL3
makedepends = cargo
depends = hidapi
+ depends = gnupg
source = nitrocli-0.2.0.tar.gz::https://crates.io/api/v1/crates/nitrocli/0.2.0/download
sha512sums = aca356201c29ed670595d2d637edc2ce15df0a59a6843c68632b702fc92dd8df85cf6e17eed6d5d95e8dd2e83e1f15c3691f2e9bd1aeb0fc908c2217af7e74ae
diff --git a/PKGBUILD b/PKGBUILD
index c1877d2a0d07..49bc47ce7868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Robin Krahl <robin.krahl@ireas.org>
pkgname=nitrocli
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line interface for Nitrokey devices"
arch=('x86_64')
url="https://github.com/d-e-s-o/nitrocli"
license=('GPL3')
-depends=('hidapi')
+depends=('hidapi' 'gnupg')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz"::https://crates.io/api/v1/crates/$pkgname/$pkgver/download)
sha512sums=('aca356201c29ed670595d2d637edc2ce15df0a59a6843c68632b702fc92dd8df85cf6e17eed6d5d95e8dd2e83e1f15c3691f2e9bd1aeb0fc908c2217af7e74ae')