summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2022-05-20 11:31:23 -0700
committerScott Hansen2022-05-20 11:38:21 -0700
commitca9d33de870ab8d56dd473c1e4e88aea1042eea9 (patch)
tree660d9cc6478788a95dc5700bc26aad50ae49eba0
parentfa717cd976745f2f12b83c810ee1651aa99270ef (diff)
downloadaur-ca9d33de870ab8d56dd473c1e4e88aea1042eea9.tar.gz
Add python-xdg dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--bitwarden-menu.install4
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab945e42b096..2c256868d802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden-menu-git
pkgdesc = Dmenu/Rofi frontend for Bitwarden/Vaultwarden.
- pkgver = r50.7cb8386
+ pkgver = r78.9c36836
pkgrel = 1
url = https://github.com/firecat53/bitwarden-menu
install = bitwarden-menu.install
@@ -14,6 +14,7 @@ pkgbase = bitwarden-menu-git
depends = python
depends = python-pynput
depends = bitwarden-cli
+ depends = python-xdg
optdepends = dmenu: either dmenu or rofi is required
optdepends = rofi: either dmenu or rofi is required
optdepends = xdotool: required for typing non-U.S. Unicode characters
diff --git a/PKGBUILD b/PKGBUILD
index 49c2bbfa8fb7..f85362400f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Dmenu/Rofi frontend for Bitwarden/Vaultwarden."
arch=('any')
url="https://github.com/firecat53/bitwarden-menu"
license=('MIT')
-depends=('python' 'python-pynput' 'bitwarden-cli')
+depends=('python' 'python-pynput' 'bitwarden-cli' 'python-xdg')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('dmenu: either dmenu or rofi is required'
'rofi: either dmenu or rofi is required'
diff --git a/bitwarden-menu.install b/bitwarden-menu.install
index eb63f4b0ab06..ef72c01c5b71 100644
--- a/bitwarden-menu.install
+++ b/bitwarden-menu.install
@@ -4,5 +4,9 @@ cat <<End-of-message
Copy /usr/share/doc/bitwarden-menu-git/config.ini.example into ~/.config/bwm/config.ini and edit. Add vault URLs and logins to config file if desired.
+ *CONFLICT* The Archlinux packages python-xdg and python-pyxdg conflict.
+ If you need python-pyxdg, remove python-xdg from the PKGBUILD and
+ `pip install --user xdg` or install bitwarden-menu into a virtualenv.
+
End-of-message
}