summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Damhet2018-12-31 19:30:58 +0100
committerAntoine Damhet2018-12-31 19:30:58 +0100
commitb0e05c6f5c5034385f6e98a634b619073b20e8e0 (patch)
tree9e072aca56e38698b82eebbb0724faa551938def
parentd02331988ffe9939bb8b3a33fc2262db76980d9f (diff)
downloadaur-b0e05c6f5c5034385f6e98a634b619073b20e8e0.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>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 382337b977ee..855ceeb3b076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mkinitcpio-gnupg
pkgdesc = mkinitcpio hook that adds GnuPG and smartcard support
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xdbob/mkinitcpio-gnupg
arch = any
- depends = gnupg
+ depends = gnupg<=2.2.9
depends = pinentry
depends = pcsclite
optdepends = libusb-compat: Allows the use of USB smartcard like YubiKey
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)