[arch-commits] Commit in lutris/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Mar 30 22:12:07 UTC 2020


    Date: Monday, March 30, 2020 @ 22:12:07
  Author: ffy00
Revision: 607402

upgpkg: lutris 0.5.5-2 (make gvfs optional)

Modified:
  lutris/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 22:10:55 UTC (rev 607401)
+++ PKGBUILD	2020-03-30 22:12:07 UTC (rev 607402)
@@ -4,18 +4,19 @@
 
 pkgname=lutris
 pkgver=0.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
 license=('GPL3')
 depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
-         'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 'mesa-demos' 'python-dbus')
+         'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'mesa-demos' 'python-dbus')
 makedepends=('python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
 optdepends=('wine: Windows support'
             'vulkan-icd-loader: Vulkan support'
-            'lib32-vulkan-icd-loader: Vulkan support')
+            'lib32-vulkan-icd-loader: Vulkan support'
+            'gvfs: GVFS backend')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz")
 sha512sums=('d63b9c79f55238d01b6a8c8fe62a0c70d7334c023a51e92d1c99a91cfc9336d3d071d13394c49d0a26bc04549ab7b7122aa8f133da00ed5aa8ae3a7bcc63848f')



More information about the arch-commits mailing list