[arch-commits] Commit in lutris/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Aug 30 14:15:21 UTC 2018
Date: Thursday, August 30, 2018 @ 14:15:21
Author: ffy00
Revision: 375468
fix optdepends
Modified:
lutris/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-30 14:10:24 UTC (rev 375467)
+++ PKGBUILD 2018-08-30 14:15:21 UTC (rev 375468)
@@ -13,20 +13,12 @@
depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl')
makedepends=('python-setuptools')
checkdepends=('xorg-server-xvfb' 'xterm' 'xorg-xrandr' 'python-nose-cover3' 'wine')
-optdepends=('wine: recommended to avoid dependency issues'
- 'wine-staging: recommended to avoid dependency issues - Staging patches'
- 'wine-gaming-nine: recommended to avoid dependency issues - Gallium9 patches')
+optdepends=('wine: Run windows games'
+ 'wine-staging: Run windows games - Staging patches')
makedepends=('python-setuptools')
source=("$url/releases/${pkgname}_$pkgver.tar.xz")
sha512sums=('d5f760860d7b88101e8833e7c8697ce6584a041b82049a7068e6f1e52c564a74ba97e4d2899706e6f3684404acfa8b858ddd41f67301acf42be11e6768607ada')
-prepare() {
- cd $pkgname
-
- # Failing tests
-# rm tests/test_installer.py
-}
-
build() {
cd $pkgname
More information about the arch-commits
mailing list