Date: Sunday, February 24, 2013 @ 01:28:56 Author: dwallace Revision: 84742
upgpkg: steam 1.0.0.31-2 upgpkg: steam 1.0.0.31-2 Modified: steam/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-24 00:24:51 UTC (rev 84741) +++ PKGBUILD 2013-02-24 00:28:56 UTC (rev 84742) @@ -3,7 +3,7 @@ # Contributor: K900 <[email protected]> pkgname=steam pkgver=1.0.0.31 -pkgrel=1 +pkgrel=2 pkgdesc="Digital distribution client bootstrap package" arch=("i686" "x86_64") url="http://steampowered.com/" @@ -24,13 +24,13 @@ ) build() { patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch" - #patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" + patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" } else optdepends=('flashplugin: for flash videos') -#build() { - #patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" -#} +build() { + patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" +} fi install=steam.install source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz"
