summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2021-06-13 08:44:50 +0200
committerEmil Lundberg2021-06-13 08:44:50 +0200
commit016cfc3d50f33287c146c752f7d9d60240b20804 (patch)
tree088bf4f3e968c8e7f2899d5c0624718f6dd1c1af
parentcedc90fcd65a0b8927b893e8a8824f3e1955721c (diff)
downloadaur-016cfc3d50f33287c146c752f7d9d60240b20804.tar.gz
Add yubikey-manager<4.0.0 version restriction
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa794c963a1e..cea9b23b72e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubikey-oath-dmenu
pkgdesc = dmenu interface for getting OATH codes from a YubiKey
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/emlun/yubikey-oath-dmenu
arch = any
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = yubikey-oath-dmenu
depends = python-click
depends = xclip
depends = yubikey-manager>=0.5.0
+ depends = yubikey-manager<4.0.0
optdepends = libnotify: Feedback via notify-send
optdepends = xdotool: Type code instead of copying to clipboard
source = yubikey-oath-dmenu-0.12.0.tar.gz::https://github.com/emlun/yubikey-oath-dmenu/archive/v0.12.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 98e5d3b83db3..5563368bb208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=yubikey-oath-dmenu
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="dmenu interface for getting OATH codes from a YubiKey"
url="https://github.com/emlun/yubikey-oath-dmenu"
license=('GPL3')
arch=('any')
-depends=('dmenu' 'python' 'python-click' 'xclip' 'yubikey-manager>=0.5.0')
+depends=('dmenu' 'python' 'python-click' 'xclip' 'yubikey-manager>=0.5.0' 'yubikey-manager<4.0.0')
optdepends=(
'libnotify: Feedback via notify-send'
'xdotool: Type code instead of copying to clipboard'