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

Filipe Laíns ffy00 at archlinux.org
Mon Apr 13 15:47:35 UTC 2020


    Date: Monday, April 13, 2020 @ 15:47:34
  Author: ffy00
Revision: 613679

upgpkg: lutris 0.5.5-3 (add missing vkd3d optional dependency)

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-13 15:30:43 UTC (rev 613678)
+++ PKGBUILD	2020-04-13 15:47:34 UTC (rev 613679)
@@ -4,7 +4,7 @@
 
 pkgname=lutris
 pkgver=0.5.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
@@ -16,6 +16,8 @@
 optdepends=('wine: Windows support'
             'vulkan-icd-loader: Vulkan support'
             'lib32-vulkan-icd-loader: Vulkan support'
+            'vkd3d: Vulkan 3D support'
+            'lib32-vkd3d: Vulkan 3D support'
             'gvfs: GVFS backend')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz")



More information about the arch-commits mailing list