[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Fri Dec 2 14:20:34 UTC 2016


    Date: Friday, December 2, 2016 @ 14:20:33
  Author: lcarlier
Revision: 197737

vulkan icd loader doesn't conflict anymore with old nvidia driver

Modified:
  steam-native-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-02 13:08:53 UTC (rev 197736)
+++ PKGBUILD	2016-12-02 14:20:33 UTC (rev 197737)
@@ -3,7 +3,7 @@
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.52
-pkgrel=10
+pkgrel=11
 pkgdesc='Native replacement for the Steam runtime'
 arch=('i686' 'x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
@@ -18,7 +18,7 @@
          'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
          'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
          'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
-         'sdl_ttf' 'librsvg')
+         'sdl_ttf' 'librsvg' 'vulkan-icd-loader')
 depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
                 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
                 'lib32-freetype2' 'lib32-freeglut' 'lib32-gconf'
@@ -38,7 +38,6 @@
                 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
                 'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
                 'lib32-sdl_mixer' 'lib32-sdl_ttf')
-optdepends=('vulkan-icd-loader: vulkan support')
 
 replaces=('steam-libs')
 



More information about the arch-commits mailing list