summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Lansdowne2017-04-20 19:44:49 +0100
committerJoseph Lansdowne2017-04-20 19:44:49 +0100
commited3a8a29c70c9434cfdcfcab86999dcd3b0aef5e (patch)
treeeb3dca753758e709d101eb95e7e9bbd0340755a1
parent00a1a018e45ffadf4d67a4043d52ada085c543a6 (diff)
downloadaur-ed3a8a29c70c9434cfdcfcab86999dcd3b0aef5e.tar.gz
specify the source filename to include a version
This should help with AUR helpers which use the filename to determine when to use source files from cache, since the source URL for this package never changes.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f235f473806e..777be4097326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = flashplayer-standalone-debug
depends = nss
depends = curl
options = !strip
- source = https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flash_player_sa_linux_debug.x86_64.tar.gz
+ source = flashplayer-standalone-debug-25.0.0.148-1.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flash_player_sa_linux_debug.x86_64.tar.gz
md5sums = 5875f4ca92dcc7484f87d311a0cd257d
pkgname = flashplayer-standalone-debug
diff --git a/PKGBUILD b/PKGBUILD
index bfe99680dfc3..ae137a96dd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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=("https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flash_player_sa_linux_debug.x86_64.tar.gz")
+source=("flashplayer-standalone-debug-$pkgver-$pkgrel.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flash_player_sa_linux_debug.x86_64.tar.gz")
options=(!strip)
md5sums=('5875f4ca92dcc7484f87d311a0cd257d')