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

Evangelos Foutras foutrelis at archlinux.org
Mon Jan 26 18:01:18 UTC 2015


    Date: Monday, January 26, 2015 @ 19:01:18
  Author: foutrelis
Revision: 230006

upgpkg: flashplugin 11.2.202.440-1

- New upstream release.
- Use architecture-specific sources.

Note: The tarballs were temporarily fetched from the following URL:

  http://www.adobe.com/ca/products/flashplayer/distribution3.html

They should become available at the locations defined in the PKGBUILD
in the near future, but we can't wait due to the security-sensitive
nature of the update (CVE-2015-0311).

Modified:
  flashplugin/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-26 17:58:19 UTC (rev 230005)
+++ PKGBUILD	2015-01-26 18:01:18 UTC (rev 230006)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.438
+pkgver=11.2.202.440
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -16,23 +16,15 @@
 options=(!strip)
 install=flashplugin.install
 backup=(etc/adobe/mms.cfg)
+source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
+        mms.cfg)
+source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
+source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
+md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
+         'f34aae6279b40e0bd2abfb0d9963d7b8')
+md5sums_i686=('f02ccf0435fa5aa77e77482e75ee2f8d')
+md5sums_x86_64=('a3dd4401313fa3863b46ad44827db0fd')
 
-if [ "$CARCH" = "i686" ]; then
-    source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"
-            "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"
-            mms.cfg)
-    md5sums=('f6df4fbd753fab8c5872a71b915fd644'
-             '94ca2aecb409abfe36494d1a7ec7591d'
-             'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ "$CARCH" = "x86_64" ]; then
-    source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"
-            "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"
-            mms.cfg)
-    md5sums=('c6f1941b8b9c48e95d0741a5640b13e6'
-             '94ca2aecb409abfe36494d1a7ec7591d'
-             'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
 package () {
     install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
     if [ "$CARCH" = x86_64 ]; then



More information about the arch-commits mailing list