summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD12
3 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926fc1a23634..a5137914ad64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# Generated by makepkg 4.2.1
-# Fri May 22 00:01:27 UTC 2015
pkgbase = apache-flex-sdk-docs
pkgdesc = Apache Flex SDK Documentation
- pkgver = 4.14.1
+ pkgver = 4.16.1
pkgrel = 1
- url = http://flex.apache.org/download-binaries.html
+ url = https://flex.apache.org/download-binaries.html
arch = any
license = APACHE
options = docs
options = !strip
- source = http://www.eu.apache.org/dist/flex/4.14.1/docs/apache-flex-sdk-4.14.1-asdocs.zip
- md5sums = b7e20cf27fa59f64f4798950a227cf47
+ source = https://dist.apache.org/repos/dist/release/flex/4.16.1/docs/apache-flex-sdk-4.16.1-asdocs.zip
+ md5sums = a3510fa8be6b94db18933a3d2e5a8c38
+ sha256sums = b8445b8a502f9064264528a8fda00f7810e23a90e112958dd444554e59b0cf29
pkgname = apache-flex-sdk-docs
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a1c6e7300e36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/apache-flex-sdk-*.*.*-asdocs.zip
+/apache-flex-sdk-docs-*.*.*-*-*.pkg.tar.xz
+/pkg/
+/src/
diff --git a/PKGBUILD b/PKGBUILD
index 5a82c0aa6690..b78978388e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Matthew Longley <randomticktock@gmail.com>
+# Maintainer: Zach Hoffman <zrhoffman@apache.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: Matthew Longley <randomticktock@gmail.com>
pkgname=apache-flex-sdk-docs
-pkgver=4.14.1
+pkgver=4.16.1
pkgrel=1
pkgdesc='Apache Flex SDK Documentation'
arch=('any')
-url='http://flex.apache.org/download-binaries.html'
+url='https://flex.apache.org/download-binaries.html'
license=('APACHE')
options=('docs' '!strip')
-source=("http://www.eu.apache.org/dist/flex/${pkgver}/docs/apache-flex-sdk-${pkgver}-asdocs.zip")
-md5sums=('b7e20cf27fa59f64f4798950a227cf47')
+source=("https://dist.apache.org/repos/dist/release/flex/${pkgver}/docs/apache-flex-sdk-${pkgver}-asdocs.zip")
+sha256sums=('b8445b8a502f9064264528a8fda00f7810e23a90e112958dd444554e59b0cf29')
+md5sums=('a3510fa8be6b94db18933a3d2e5a8c38')
package() {
install -d "${pkgdir}"/opt/apache-flex-sdk