summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c062568f0612..bf60ac090072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubioath-krunner
pkgdesc = Displays your YubiKey OATH credentials in krunner when you search for them.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/odensc/yubioath-krunner
install = yubioath-krunner.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = yubioath-krunner
depends = python
depends = python-dbus
depends = python-fuzzywuzzy
+ depends = python-levenshtein
depends = python-gobject
depends = libnotify
depends = yubikey-manager
diff --git a/PKGBUILD b/PKGBUILD
index 5cacb2cadc0c..8513c5c540df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Oden S. <hello [at] odensc [dot] me>
pkgname=yubioath-krunner
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Displays your YubiKey OATH credentials in krunner when you search for them."
arch=("any")
url="https://github.com/odensc/yubioath-krunner"
license=("LGPL")
-depends=("python" "python-dbus" "python-fuzzywuzzy" "python-gobject" "libnotify" "yubikey-manager")
+depends=("python" "python-dbus" "python-fuzzywuzzy" "python-levenshtein" "python-gobject" "libnotify" "yubikey-manager")
install=$pkgname.install
source=("https://github.com/odensc/yubioath-krunner/archive/v1.0.0.tar.gz")
# update with updpkgsums