summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhxss2021-11-20 16:02:12 +0300
committerhxss2021-11-20 16:02:12 +0300
commit3f145b167d43c35815abbba52497c8fe3be559f6 (patch)
tree684d6354d8d3c7aa1ffbc23aebc5ac067e8301a2
parentc7cc169d079f7d42fbed85bee06420bae64143e8 (diff)
downloadaur-3f145b167d43c35815abbba52497c8fe3be559f6.tar.gz
update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0494a07546b1..a4d228ea48da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keeprofi
pkgdesc = Fast rofi drun menu for keepass database
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://gitlab.com/hxss-linux/keeprofi
arch = any
license = MIT
@@ -15,6 +15,7 @@ pkgbase = keeprofi
depends = python-pynput
depends = python-pykeepass
depends = python-keyring
+ depends = python-hxss-responsibility
depends = rofi
depends = xclip
depends = desktop-notify
diff --git a/PKGBUILD b/PKGBUILD
index 316887ae9f7c..a08a56d27105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pipname=keeprofi
pkgname=$pipname
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="Fast rofi drun menu for keepass database"
arch=(any)
url="https://gitlab.com/hxss-linux/keeprofi"
@@ -15,6 +15,7 @@ depends=(
'python-pynput'
'python-pykeepass'
'python-keyring'
+ 'python-hxss-responsibility'
'rofi'
'xclip'
'desktop-notify'