Date: Wednesday, August 21, 2019 @ 22:13:31 Author: anthraxx Revision: 500446
upgpkg: steam 1.0.0.61-3 dependency fixes and move native script over Fixes FS#53329 FS#56862 FS#63518 FS#61789 Modified: steam/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-21 21:48:44 UTC (rev 500445) +++ PKGBUILD 2019-08-21 22:13:31 UTC (rev 500446) @@ -4,14 +4,17 @@ pkgname=steam pkgver=1.0.0.61 -pkgrel=2 +pkgrel=3 pkgdesc="Valve's digital software delivery system" url='https://steampowered.com/' arch=('x86_64') license=('custom') depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' - 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release') -depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 'lib32-alsa-plugins') + 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss') +depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' + 'lib32-alsa-plugins' 'lib32-libgpg-error' 'lib32-libappindicator-gtk2' + 'lib32-libindicator-gtk2' 'lib32-libdbusmenu-glib' 'lib32-libdbusmenu-gtk2' + 'lib32-nss') optdepends=('steam-native-runtime: steam native runtime support') source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz steam-runtime.sh
