diff options
author | Frederik “Freso” S. Olesen | 2016-08-13 01:17:58 +0200 |
---|---|---|
committer | Frederik “Freso” S. Olesen | 2016-08-13 01:17:58 +0200 |
commit | 89476fd4049fafd898534a51c03e70fa2f5a41c5 (patch) | |
tree | 829c62c6f99338065add588705034ad2b9a0cdea | |
parent | 65f36020a6c9497b1d32218d4e780a8eba3ea269 (diff) | |
download | aur-89476fd4049fafd898534a51c03e70fa2f5a41c5.tar.gz |
Add new $optdepends: python-evdev and -pyinotify.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Fri Aug 12 23:16:58 UTC 2016 +# Fri Aug 12 23:17:58 UTC 2016 pkgbase = lutris-git pkgdesc = Open Gaming Platform pkgver = 0.3.7.3.r1.6f47861 @@ -18,6 +18,8 @@ pkgbase = lutris-git depends = python-xdg depends = python-yaml depends = xdg-user-dirs + optdepends = python-evdev: Detecting connected joypads. + optdepends = python-pyinotify: Enhanced Steam integration. provides = lutris conflicts = lutris source = git+https://github.com/lutris/lutris.git @@ -12,6 +12,10 @@ depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr' 'python-dbus' 'python-gobject' 'python-xdg' 'python-yaml' 'xdg-user-dirs') makedepends=('git' 'python-setuptools') +optdepends=( + 'python-evdev: Detecting connected joypads.' + 'python-pyinotify: Enhanced Steam integration.' + ) provides=('lutris') conflicts=('lutris') source=('git+https://github.com/lutris/lutris.git') |