Date: Monday, April 15, 2019 @ 22:39:17 Author: grazzolini Revision: 451738
upgpkg: steam 1.0.0.59-2 * As per Valve request, we have removed all pre-loading from the steam-runtime script. Modified: steam/trunk/PKGBUILD steam/trunk/steam-runtime.sh ------------------+ PKGBUILD | 4 ++-- steam-runtime.sh | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-15 21:45:52 UTC (rev 451737) +++ PKGBUILD 2019-04-15 22:39:17 UTC (rev 451738) @@ -4,7 +4,7 @@ pkgname=steam pkgver=1.0.0.59 -pkgrel=1 +pkgrel=2 pkgdesc="Valve's digital software delivery system" url='http://steampowered.com/' arch=('x86_64') @@ -17,7 +17,7 @@ steam-native.sh alsa_sdl_audiodriver.patch) sha512sums=('c5cbe0849b93076bf375de86c78c351af5841163825f2581d54ef98d2501f002d35b18c93b95dba1a7c65444a137bdd5e30f63ca0e72ae6ad526b11a50018276' - 'da40f8e814f547f6a14901d753a2ffed1a4cf83df9200ee86e83a470b57b3103c3fbfb7cc77166ff1db646cbb306d6a41e79450cc1ea113d68a2defc55168ee2' + '5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0' '32a12cb011eff4d9d4caf54a5c04f622b6301977258e86597be9c4622f87b0ea329bb31e963ecb56ce738ccc2e4d1068fb2b65bdd5ac1758bcd25296d4dab6d6' '5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5') prepare() { Modified: steam-runtime.sh =================================================================== --- steam-runtime.sh 2019-04-15 21:45:52 UTC (rev 451737) +++ steam-runtime.sh 2019-04-15 22:39:17 UTC (rev 451738) @@ -1,4 +1,2 @@ #!/bin/sh -# Override some libraries to avoid incompatibillity -export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' exec /usr/lib/steam/steam "$@"
