summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-04-15 17:00:51 +0200
committerFrederik “Freso” S. Olesen2017-04-15 17:00:51 +0200
commit0f3b60d4b7e9ea4057b3bd28d4782ab8a5d5ef2a (patch)
tree2d18915e0ca8922cb37934f6307b2e52432501e9 /PKGBUILD
parent5c27329d53db959b35f47a3eac587e87497d7b8c (diff)
downloadaur-0f3b60d4b7e9ea4057b3bd28d4782ab8a5d5ef2a.tar.gz
Remove "python-xdg" dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edd654a76201..dfa67d4c98e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('any')
url='https://lutris.net/'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr'
- 'python-dbus' 'python-gobject' 'python-xdg' 'python-yaml'
- 'xdg-user-dirs')
+ 'python-dbus' 'python-gobject' 'python-yaml' 'xdg-user-dirs')
makedepends=('git' 'python-setuptools')
optdepends=(
'python-evdev: Detecting connected joypads.'