summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-07-31 12:22:59 -0400
committerTed Alff2023-07-31 12:22:59 -0400
commitefd900475cc9150a4ff489771f3b1e33567b8c7e (patch)
treeb23119e01e47e5cda605e11fb9137d1c3139fe6a
parentae161ef47b44558686af70c0f9b391d40de24e59 (diff)
downloadaur-dockbarx.tar.gz
Update python-pyxdg dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6f679c7850..c8bb75902f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = dockbarx
depends = python-gobject
depends = python-pillow
depends = python-xlib
- depends = python-xdg
+ depends = python-pyxdg
optdepends = mate-panel: mate applet
optdepends = zeitgeist: recently used file list
optdepends = xfce4-dockbarx-plugin>=0.6: xfce4-panel plugin
diff --git a/PKGBUILD b/PKGBUILD
index 9d54d0e582be..3676f28aaec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i688' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/xuzhen/dockbarx"
license=('GPL3')
depends=('libkeybinder3' 'python-cairo' 'dbus-python' 'python-gobject' 'python-pillow'
- 'python-xlib' 'python-xdg')
+ 'python-xlib' 'python-pyxdg')
makedepends=('python-setuptools' 'python-polib')
optdepends=('mate-panel: mate applet'
'zeitgeist: recently used file list'