summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Damhet2018-12-31 19:30:58 +0100
committerAntoine Damhet2018-12-31 19:30:58 +0100
commitb0e05c6f5c5034385f6e98a634b619073b20e8e0 (patch)
tree9e072aca56e38698b82eebbb0724faa551938def /PKGBUILD
parentd02331988ffe9939bb8b3a33fc2262db76980d9f (diff)
downloadaur-mkinitcpio-gnupg.tar.gz
depend on gnupg<=2.2.9 while the USB card race is present
Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a05d0a74ffb3..89f32c64f227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=mkinitcpio-gnupg
pkgdesc="mkinitcpio hook that adds GnuPG and smartcard support"
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
arch=(any)
-depends=(gnupg pinentry pcsclite)
+depends=('gnupg<=2.2.9' pinentry pcsclite)
optdepends=('libusb-compat: Allows the use of USB smartcard like YubiKey')
url="https://github.com/xdbob/mkinitcpio-gnupg"
source=(https://github.com/xdbob/$pkgname/archive/v$pkgver.tar.gz)