steam: update to 1.0.0.51.
This commit is contained in:
parent
07eb3ea86f
commit
ab85f79a79
|
@ -9,7 +9,7 @@
|
|||
+# -- void --
|
||||
+
|
||||
+
|
||||
+export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
|
||||
+export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libasound.so.2'
|
||||
+
|
||||
# go to the install directory and run the client
|
||||
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
only_for_archs="i686 x86_64"
|
||||
|
||||
pkgname=steam
|
||||
version=1.0.0.50
|
||||
revision=5
|
||||
version=1.0.0.51
|
||||
revision=1
|
||||
wrksrc=steam
|
||||
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||
repository="nonfree"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Propietary license"
|
||||
homepage="http://steampowered.com/"
|
||||
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
||||
checksum=be6388c0ab36799d6173276ac75b4d92c6623a53d901395c9fc1963cfd245573
|
||||
checksum=bf766db05fcc3a8079e7e514accfbd2503813a3c70ff8336aa93e554ed7719be
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Reference in New Issue