summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2024-02-18 18:41:36 -0500
committerneeshy2024-02-18 18:41:36 -0500
commitdd714e8ae2ecf6e35c9ed6db7d45ebfed78d60f5 (patch)
tree003e04e2de6506c9ffd8dad5b3a214aefa86b97c /PKGBUILD
parent193d7a76cf3d122a2a44a3aa5dc18dc670d377dc (diff)
downloadaur-dd714e8ae2ecf6e35c9ed6db7d45ebfed78d60f5.tar.gz
use spdx identifiers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2409131374c..f56205fad745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=(flashplugin pepper-flash)
pkgver=32.0.0.465
-pkgrel=1
+pkgrel=2
pkgdesc="Adobe Flash Player"
arch=('x86_64')
url="https://get.adobe.com/flashplayer/"
-license=('custom' 'LGPL')
+license=('custom' 'LGPL-3.0-or-later')
options=('!strip')
source=("flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://web.archive.org/web/20210126102538if_/https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz"
"flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://web.archive.org/web/20210116212416if_/https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz")