Date: Sunday, May 12, 2013 @ 09:18:54 Author: dwallace Revision: 90396
upgpkg: steam 1.0.0.39-1 upgpkg: steam 1.0.0.39 - i686 Modified: steam/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-12 07:13:47 UTC (rev 90395) +++ PKGBUILD 2013-05-12 07:18:54 UTC (rev 90396) @@ -2,12 +2,19 @@ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: K900 <[email protected]> pkgname=steam -pkgver=1.0.0.38 +pkgver=1.0.0.39 pkgrel=1 pkgdesc="Digital distribution client bootstrap package" arch=("i686" "x86_64") url="http://steampowered.com/" license=('custom') +install=steam.install +source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz" + 'lib32-flashplugin-path.patch' + 'alsa_sdl_audiodriver.patch') +md5sums=('156c19672b8eb098a4c398c1d8fbd96d' + '1d83a1df55d677f35ce415e0750f4448' + 'ac0e03d70f1101331598b2b32ed9bac3') if [[ "$CARCH" == "x86_64" ]]; then #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11) optdepends=( @@ -18,23 +25,16 @@ 'lib32-nvidia-utils: for NVIDIA proprietary blob users' 'lib32-flashplugin: for flash video' ) -build() { +prepare() { patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch" patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" } else optdepends=('flashplugin: for flash videos') -build() { +prepare() { 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" - 'lib32-flashplugin-path.patch' - 'alsa_sdl_audiodriver.patch') -md5sums=('9a402f52ff7be2713f0b7dcee4ec112a' - '1d83a1df55d677f35ce415e0750f4448' - 'ac0e03d70f1101331598b2b32ed9bac3') package() { depends=(
