summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2022-02-14 08:24:41 -0600
committernate2022-02-14 08:24:41 -0600
commit7db20e394e4064f74202a5c4d6c87150a2fc2e2f (patch)
tree00b3c95aacf4ee17be0603e968da66e266642da8 /PKGBUILD
parent8fdcd0743e0b579de3bd007ceef5dfa907ceaa80 (diff)
downloadaur-7db20e394e4064f74202a5c4d6c87150a2fc2e2f.tar.gz
remove xdg dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16d17c3b5081..3f497ba64b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xplayer
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple media player. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -11,13 +11,13 @@ depends=(
'desktop-file-utils' 'iso-codes' 'yelp-xsl'
'libpeas' 'gsettings-desktop-schemas' 'dbus-glib'
'python-gobject' 'gst-plugins-base' 'gst-plugins-good'
- 'xapps')
+ 'xapps'
+)
makedepends=(
- 'gnome-common' 'gtk-doc' 'gobject-introspection' 'vala' 'python-xdg'
+ 'gnome-common' 'gtk-doc' 'gobject-introspection' 'vala'
'python-pylint' 'lirc' 'zeitgeist' 'grilo')
optdepends=(
'gst-libav: Extra media codec support'
- 'python2-xdg: Subtitle downloader plugin'
'lirc: Infrared remote control plugin'
'zeitgeist: Zeitgeist interface plugin'
'grilo: Grilo plugins'