summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOden2018-08-28 10:23:41 -0700
committerOden2018-08-28 10:23:41 -0700
commitf301c9ae98131f0437f4a8272e0616e0a0074b4b (patch)
tree5d2dc44c3a7b63609e38a6a08fd367454d448442
parent71e2865745f1b8432a0522771d5e070e1a72d81c (diff)
downloadaur-f301c9ae98131f0437f4a8272e0616e0a0074b4b.tar.gz
Add missing dependency.
-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