summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-08-04 15:17:31 +0000
committerDaniel Bermond2018-08-04 15:17:31 +0000
commitac66e3015865d6c56e73a54309812deecfb45aa8 (patch)
treeb2cce1ba62eea9e4f4952adbc66b12659b2834a0
parentebf7ea2f970651af8c57ba192d5d6471091a9b06 (diff)
downloadaur-ac66e3015865d6c56e73a54309812deecfb45aa8.tar.gz
Fix build
Fixes ----- - changed playerglobal source url - remove gpg key check (key revoked)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD19
2 files changed, 10 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2b55ae88772..62f3c0f73435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apache-flex-sdk
pkgdesc = The open-source framework for building expressive web and mobile applications
pkgver = 4.16.1
- pkgrel = 1
+ pkgrel = 2
url = https://flex.apache.org/
install = apache-flex-sdk.install
arch = any
@@ -12,14 +12,10 @@ pkgbase = apache-flex-sdk
noextract = playerglobal11_1.swc
options = !strip
source = https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz
- source = https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz.asc
- source = https://fpdownload.macromedia.com/get/flashplayer/updaters/27/playerglobal27_0.swc
+ source = https://fpdownload.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal30_0.swc
source = apache-flex-sdk.sh
- validpgpkeys = E28487967B092453A2AB8DA9E0F28593AEEAD151
- validpgpkeys = 44998F3E242727E94C4BADEB6B0A7EC905061FC8
sha256sums = 17fda7ac8d3e476cad3127f345455ef316acfb87c6f4322e5897bd8d9b09388e
- sha256sums = SKIP
- sha256sums = 4e4cbe1a936a25c405f988293033b50a31a00f23ed6e2401ba5563a4e95b8263
+ sha256sums = f906e5c9cbb958ec3da5c7eff054627b20eff4ac28a09bee48f6a02618fa3aad
sha256sums = 520ae01482825ef28da42c03b3cbadd3d62155ed074d737f3672980f0a97a3fd
pkgname = apache-flex-sdk
diff --git a/PKGBUILD b/PKGBUILD
index eadff02f465f..9972a8466554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Yen Chi Hsuan <yan12125@gmail.com>
+# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Contributor: Yen Chi Hsuan <yan12125@gmail.com>
# Contributor: Michał Górny <zrchos+arch@gmail.com>
# Contributor: Ryan Lee <ryan@swyro.com>
pkgname=apache-flex-sdk
pkgver=4.16.1
-_player_ver=27.0
-pkgrel=1
+_player_ver=30.0
+pkgrel=2
pkgdesc="The open-source framework for building expressive web and mobile applications"
arch=('any')
license=('Apache')
@@ -15,19 +16,13 @@ optdepends=(
'adobe-air-sdk: for compiling flex projects into AIR apps'
)
source=(
- "https://www.apache.org/dist/flex/$pkgver/binaries/apache-flex-sdk-$pkgver-bin.tar.gz"{,.asc}
- "https://fpdownload.macromedia.com/get/flashplayer/updaters/${_player_ver%%.*}/playerglobal${_player_ver/./_}.swc"
+ "https://www.apache.org/dist/flex/$pkgver/binaries/apache-flex-sdk-$pkgver-bin.tar.gz"
+ "https://fpdownload.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal${_player_ver/./_}.swc"
"apache-flex-sdk.sh"
)
sha256sums=('17fda7ac8d3e476cad3127f345455ef316acfb87c6f4322e5897bd8d9b09388e'
- 'SKIP'
- '4e4cbe1a936a25c405f988293033b50a31a00f23ed6e2401ba5563a4e95b8263'
+ 'f906e5c9cbb958ec3da5c7eff054627b20eff4ac28a09bee48f6a02618fa3aad'
'520ae01482825ef28da42c03b3cbadd3d62155ed074d737f3672980f0a97a3fd')
-# Check https://www.apache.org/dist/flex/KEYS for whether a key is really from an Apache developer or not
-validpgpkeys=(
- 'E28487967B092453A2AB8DA9E0F28593AEEAD151' # Justin Mclean
- '44998F3E242727E94C4BADEB6B0A7EC905061FC8' # Piotr Zarzycki
-)
install=apache-flex-sdk.install
options=('!strip')
noextract=('playerglobal11_1.swc')