summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'