summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Waldrep2020-03-14 13:50:02 -0400
committerJonathan Waldrep2020-03-14 13:50:02 -0400
commit4611232c6d4ec76cef20e66a8f8687761ab34771 (patch)
tree0928989b469ccfbf6e36671cbddaeb211a5c0a2b /PKGBUILD
parent42226e2da589faf424aabcfef85aa8e849ea10ff (diff)
downloadaur-apache-commons-lang.tar.gz
comments on where to get the key and downloading from a mirror
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1522f963ac97..9b21359407ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,14 @@
# Maintainer : Jonathan Waldrep <spartan074+aur@gmail.com>
+# NOTES
+# The use of mirrors is preferred.
+# You can manually download the tar.gz and tar.gz.asc from:
+# https://commons.apache.org/proper/commons-lang/download_lang.cgi
+#
+# The signing key can be obtained from:
+# https://www.apache.org/dist/commons/KEYS
+# Search for 5ECBB314 in that file, and use the key block directly below it.
+
pkgname=apache-commons-lang
_apachename=commons-lang3
pkgver=3.9
@@ -12,8 +21,6 @@ depends=('java-environment')
source=(https://downloads.apache.org/commons/lang/binaries/commons-lang3-${pkgver}-bin.tar.gz{,.asc})
sha512sums=('f9c76b0848e28bd230cd034aff9f632da0548659461dcf5c7d34a7fcab15f031b6fece1f5096661336362b1a23b8bd899a2b14a32e91b2ac5fa27e4e7a489288'
'SKIP')
-# Rob Tompkins <chtompki@apache.org>
-# Availale at https://www.apache.org/dist/commons/KEYS
validpgpkeys=('B6E73D84EA4FCC47166087253FAAD2CD5ECBB314')
package() {