Date: Thursday, October 20, 2016 @ 20:00:46 Author: anthraxx Revision: 192744
upgpkg: steam 1.0.0.53-1 Modified: steam/trunk/PKGBUILD Deleted: steam/trunk/steam.install ---------------+ PKGBUILD | 15 ++++----------- steam.install | 4 ---- 2 files changed, 4 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-20 18:15:49 UTC (rev 192743) +++ PKGBUILD 2016-10-20 20:00:46 UTC (rev 192744) @@ -3,28 +3,21 @@ # Contributor: K900 <[email protected]> pkgname=steam -pkgver=1.0.0.52 -pkgrel=4 +pkgver=1.0.0.53 +pkgrel=1 pkgdesc="Valve's digital software delivery system" url='http://steampowered.com/' arch=('i686' 'x86_64') license=('custom') depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity') +depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 'lib32-alsa-plugins') optdepends=('steam-native-runtime: steam native runtime support') -depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss') -optdepends_x86_64=( - 'lib32-mesa-dri: for open source driver users' - 'lib32-catalyst-utils: for AMD Catalyst users' - 'lib32-nvidia-utils: for NVIDIA proprietary blob users' - 'lib32-alsa-plugins: for pulseaudio on some games' -) -install=steam.install source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz steam-native.sh steam-native.desktop alsa_sdl_audiodriver.patch 80-steam-controller-permission.rules) -sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e' +sha512sums=('72f73dd26390a5f8d5fd33289a5418f9c6596a603e8a272e26c48d14f6dfd685a5dbc53eeef84aec5f105037e1225c28010afbdebc3f8e2aa0f682570b6d3832' '1fb84e481c6c417cd095f5ae73d04a27936851a6bc60ed39a118173532b697d3bd0cc0adf6ddd746f6791440ab0b36407fb0230b13337bda316bb6d8af5169cd' '088db8265e9f35a61c3ff1e26654c1d3d53fe51ca6791f8210db0edc21e8ddc698c4c943895b9682e8d34c93675548d7b6a5bc687f02228e0cc85e267d12df33' '5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5' Deleted: steam.install =================================================================== --- steam.install 2016-10-20 18:15:49 UTC (rev 192743) +++ steam.install 2016-10-20 20:00:46 UTC (rev 192744) @@ -1,4 +0,0 @@ -post_install() { - echo "if you are running x86_64, you need the lib32 opt depends for your driver" - echo "if you are having problems with the steam license, remove .steam and .local/share/Steam" -}
