diff options
author | Joseph Lansdowne | 2018-06-08 18:42:40 +0100 |
---|---|---|
committer | Joseph Lansdowne | 2018-06-08 18:42:40 +0100 |
commit | efaaca0cdee0f65bb6054586715275f0e6c577dd (patch) | |
tree | 7781b9e4ba5c1047ce952c9008f67842ed2d627f | |
parent | 14e08f5876303b1787a796f6fb75e304588e3a25 (diff) | |
download | aur-efaaca0cdee0f65bb6054586715275f0e6c577dd.tar.gz |
flashplayer-standalone-debug 30.0.0.113
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue May 8 19:17:38 UTC 2018 +# Fri Jun 8 17:42:32 UTC 2018 pkgbase = flashplayer-standalone-debug pkgdesc = Standalone, debug version of Adobe Flash Player - pkgver = 29.0.0.171 + pkgver = 30.0.0.113 pkgrel = 1 url = https://www.adobe.com/support/flashplayer/debug_downloads.html arch = i686 @@ -13,8 +13,8 @@ pkgbase = flashplayer-standalone-debug depends = nss depends = curl options = !strip - source = flashplayer-standalone-debug-29.0.0.171-1.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/29/flash_player_sa_linux_debug.x86_64.tar.gz - md5sums = a3113af386040afbd048c24e53318ab5 + source = flashplayer-standalone-debug-30.0.0.113-1.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/30/flash_player_sa_linux_debug.x86_64.tar.gz + md5sums = 0e0291a5ce551a55979f232f0e65bcac pkgname = flashplayer-standalone-debug @@ -1,6 +1,6 @@ # Maintainer: Joseph Lansdowne <J49137@gmail.com> pkgname=flashplayer-standalone-debug -pkgver=29.0.0.171 +pkgver=30.0.0.113 pkgrel=1 pkgdesc="Standalone, debug version of Adobe Flash Player" arch=(i686 x86_64) @@ -8,9 +8,9 @@ url="https://www.adobe.com/support/flashplayer/debug_downloads.html" license=(custom) depends=(gtk2 libxt nss curl) [ "$CARCH" = "x86_64" ] && depends=(lib32-gtk2 lib32-libxt lib32-nss lib32-curl) -source=("flashplayer-standalone-debug-$pkgver-$pkgrel.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/29/flash_player_sa_linux_debug.x86_64.tar.gz") +source=("flashplayer-standalone-debug-$pkgver-$pkgrel.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/30/flash_player_sa_linux_debug.x86_64.tar.gz") options=(!strip) -md5sums=('a3113af386040afbd048c24e53318ab5') +md5sums=('0e0291a5ce551a55979f232f0e65bcac') package () { install -Dm755 flashplayerdebugger "$pkgdir/usr/bin/flashplayerdebugger" |