summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)