diff options
Diffstat (limited to 'base/flashplayer/Pkgfile')
-rw-r--r-- | base/flashplayer/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/base/flashplayer/Pkgfile b/base/flashplayer/Pkgfile index 2d1f9115c..73a82797f 100644 --- a/base/flashplayer/Pkgfile +++ b/base/flashplayer/Pkgfile @@ -5,17 +5,15 @@ name=flashplayer version=10.3 -release=2 +release=1 case `uname -m` in x86_64) source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz) ;; i?86) - source=(http://get.adobe.com/fr/flashplayer/completion/?installer=Flash_Player_${version}_for_other_Linux_(.tar.gz) ) ;; + source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz) ;; esac build() { install -D -m 0755 $SRC/libflashplayer.so $PKG/usr/lib/firefox/plugins/libflashplayer.so } - - |