summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2016-01-08 13:07:06 +0100
committerFrederik “Freso” S. Olesen2016-01-08 13:07:06 +0100
commite9e328fb70fbf86ae903f05248624ec74ba34eed (patch)
tree3472d07bd5c8e42c891e968f00ab998b04b771d2 /PKGBUILD
parent9bb7c7b24ea03b0637d90f0ff3c77e0a50500a8c (diff)
parenta27ce3936cdd8cd756e9056433ea36c2c3686282 (diff)
downloadaur-e9e328fb70fbf86ae903f05248624ec74ba34eed.tar.gz
Merge branch 'lutris-git' into lutris
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6bb85339f0f..62217440e4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ arch=('any')
url='https://lutris.net/'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr'
- 'python2-dbus' 'python2-gobject' 'python2-xdg' 'python2-yaml')
+ 'python2-dbus' 'python2-gobject' 'python2-xdg' 'python2-yaml'
+ 'xdg-user-dirs')
makedepends=('python2-setuptools')
install='lutris.install'
source=("https://lutris.net/releases/lutris_${pkgver}.tar.gz")