summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2020-11-15 12:03:36 +0100
committerEmil Lundberg2020-11-15 12:03:36 +0100
commite4f54114e2aedf701528c45345ea1842e9d0def4 (patch)
tree058b292e71f67b4f3c87282fc82d0b1b217215ad
parentfa130995f153d5552c98b422726312213a43d235 (diff)
downloadaur-e4f54114e2aedf701528c45345ea1842e9d0def4.tar.gz
Update to version 0.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b359fe6a2c3..a0364c29ca92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yubikey-oath-dmenu
pkgdesc = dmenu interface for getting OATH codes from a YubiKey
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/emlun/yubikey-oath-dmenu
arch = any
@@ -12,10 +12,10 @@ pkgbase = yubikey-oath-dmenu
depends = yubikey-manager>=0.5.0
optdepends = libnotify: Feedback via notify-send
optdepends = xdotool: Type code instead of copying to clipboard
- source = yubikey-oath-dmenu-0.10.0.tar.gz::https://github.com/emlun/yubikey-oath-dmenu/archive/v0.10.0.tar.gz
- source = yubikey-oath-dmenu-0.10.0.tar.gz.sig::https://github.com/emlun/yubikey-oath-dmenu/releases/download/v0.10.0/yubikey-oath-dmenu-0.10.0.tar.gz.sig
+ source = yubikey-oath-dmenu-0.11.0.tar.gz::https://github.com/emlun/yubikey-oath-dmenu/archive/v0.11.0.tar.gz
+ source = yubikey-oath-dmenu-0.11.0.tar.gz.sig::https://github.com/emlun/yubikey-oath-dmenu/releases/download/v0.11.0/yubikey-oath-dmenu-0.11.0.tar.gz.sig
validpgpkeys = EB8627616EC1971DF076F2FF2BF5FD22FCABDE73
- sha256sums = d0d73a2f0339c83220c089386fb774c0b70129a6e423e8a50776a993136fa9b7
+ sha256sums = f5f5670dd6c84850e714dd0548070cc40fc191eab9500e8d4410ad061d960414
sha256sums = SKIP
pkgname = yubikey-oath-dmenu
diff --git a/PKGBUILD b/PKGBUILD
index ab4ac49f7a3b..d18613b89fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Emil Lundberg <emil@emlun.se>
pkgname=yubikey-oath-dmenu
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="dmenu interface for getting OATH codes from a YubiKey"
url="https://github.com/emlun/yubikey-oath-dmenu"
@@ -17,7 +17,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/emlun/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig"
)
validpgpkeys=('EB8627616EC1971DF076F2FF2BF5FD22FCABDE73')
-sha256sums=('d0d73a2f0339c83220c089386fb774c0b70129a6e423e8a50776a993136fa9b7'
+sha256sums=('f5f5670dd6c84850e714dd0548070cc40fc191eab9500e8d4410ad061d960414'
'SKIP')
package() {