[arch-commits] Commit in flashplugin/trunk (PKGBUILD flashplugin.install)

Pierre Schmitz pierre at archlinux.org
Mon Nov 17 20:37:33 UTC 2008


    Date: Monday, November 17, 2008 @ 15:37:33
  Author: pierre
Revision: 19208

upgpkg: flashplugin 10.0.12.36-4

Modified:
  flashplugin/trunk/PKGBUILD
  flashplugin/trunk/flashplugin.install

---------------------+
 PKGBUILD            |    2 +-
 flashplugin.install |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-17 20:35:08 UTC (rev 19207)
+++ PKGBUILD	2008-11-17 20:37:33 UTC (rev 19208)
@@ -2,7 +2,7 @@
 
 pkgname=flashplugin
 pkgver=10.0.12.36
-pkgrel=3
+pkgrel=4
 pkgdesc='Adobe Flash Player (downloads plugin on install)'
 arch=('i686' 'x86_64')
 depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'wget' 'libarchive')

Modified: flashplugin.install
===================================================================
--- flashplugin.install	2008-11-17 20:35:08 UTC (rev 19207)
+++ flashplugin.install	2008-11-17 20:37:33 UTC (rev 19208)
@@ -1,8 +1,8 @@
-_source='http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz'
+_source='http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz'
 
 post_install() {
 	echo 'Downloading Flash Player...'
-	wget -T 10 -q -O - "${_source}" | bsdtar -x -o -f - -C usr/lib/mozilla/plugins/ libflashplayer.so \
+	wget -T 10 -q -O - "${_source}" | bsdtar --strip-components=1 -x -o -f - -C usr/lib/mozilla/plugins/ *libflashplayer.so \
 		|| echo 'Download failed. Please install again later.'
 }
 




More information about the arch-commits mailing list