summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz2022-02-07 12:46:52 +0100
committerWiktor Kwapisiewicz2022-02-07 12:46:52 +0100
commitee62f35f4b2539fdb902c7584ddea19d96062b1c (patch)
tree241b4463e8894f4935eb52683b384be4328de4ce
parentb9281dccad1ba993c078e9e2acc6ae4e74e8ff97 (diff)
downloadaur-ee62f35f4b2539fdb902c7584ddea19d96062b1c.tar.gz
Fix lints
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a271f030b95c..23c4cb58e538 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = pks-openpgp-card-git
+ pkgdesc = Provides access to OpenPGP Cards through Private Key Store protocol
pkgver = 0.1
pkgrel = 1
url = https://gitlab.com/sequoia-pgp/pks-openpgp-card
arch = x86_64
license = LGPL
makedepends = cargo
+ makedepends = git
provides = pks-openpgp-card
conflicts = pks-openpgp-card
source = pks-openpgp-card::git+https://gitlab.com/sequoia-pgp/pks-openpgp-card
diff --git a/PKGBUILD b/PKGBUILD
index d88f45e20830..cf7abd5ba4e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=pks-openpgp-card-git
pkgver=0.1
pkgrel=1
+pkgdesc="Provides access to OpenPGP Cards through Private Key Store protocol"
license=('LGPL')
url="https://gitlab.com/sequoia-pgp/pks-openpgp-card"
arch=('x86_64')
-makedepends=(cargo)
+makedepends=(cargo git)
source=("pks-openpgp-card::git+https://gitlab.com/sequoia-pgp/pks-openpgp-card")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")