summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-03-18 12:02:25 +0000
committerJonathon Fernyhough2021-03-18 12:02:25 +0000
commitce8c3df54874e6c67524bf6224ab6d07a4e715e2 (patch)
tree81b726fa22262c069cf06a810f0a7a512176a2aa
parent7ba41d4e3c482641974eb9a371a35e2149db49af (diff)
downloadaur-ce8c3df54874e6c67524bf6224ab6d07a4e715e2.tar.gz
Specific dep on repo's python-pyxdg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0a26df8b63..fbf71534516d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = radiotray
depends = python-gobject
depends = python-lxml
depends = python-notify2
- depends = python-xdg
+ depends = python-pyxdg
optdepends = gst-plugins-bad: extra codec support
optdepends = gst-plugins-ugly: extra codec support
optdepends = gst-libav: nonfree media decoding
diff --git a/PKGBUILD b/PKGBUILD
index 21bb1886e21f..a2ab4fcd15df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(any)
url="https://radiotray.wordpress.com/"
license=(GPL)
depends=('gstreamer' 'gst-plugins-base' 'gst-plugins-good'
- 'dbus-python' 'python-gobject' 'python-lxml' 'python-notify2' 'python-xdg')
+ 'dbus-python' 'python-gobject' 'python-lxml' 'python-notify2' 'python-pyxdg')
optdepends=('gst-plugins-bad: extra codec support'
'gst-plugins-ugly: extra codec support'
'gst-libav: nonfree media decoding'