summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 885e88420287..3d9c652058b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = java-commons-codec
pkgdesc = Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs
- pkgver = 1.12
+ pkgver = 1.16.1
pkgrel = 1
url = http://commons.apache.org/codec/
arch = any
license = Apache
- depends = java-environment
- source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.12-bin.tar.gz
- md5sums = 4ec4447ea48b254ab85bf26b015a3546
+ depends = java-runtime>=7
+ source = http://downloads.apache.org//commons/codec/binaries/commons-codec-1.16.1-bin.tar.gz
+ md5sums = 3eb8291d8f6c57eff4f01672acfbc806
pkgname = java-commons-codec
-
diff --git a/PKGBUILD b/PKGBUILD
index cdedbaff5046..d1befd37318f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Original packager: Francois Boulogne <fboulogne at april dot org>
# Maintainer: Andrea Girotto echo "naqern.tvebggb@tznvy.pbz" | tr '[a-z]' '[n-za-m]'
pkgname=java-commons-codec
-pkgver=1.12
+pkgver=1.16.1
pkgrel=1
pkgdesc='Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs'
arch=(any)
url='http://commons.apache.org/codec/'
license=('Apache')
-depends=('java-environment')
-source=("http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz")
-md5sums=('4ec4447ea48b254ab85bf26b015a3546')
+depends=('java-runtime>=7')
+source=(http://downloads.apache.org//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz)
+# source=("http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz")
+# http://it.apache.contactlab.it//commons/codec/binaries/commons-codec-1.13-bin.tar.gz
+md5sums=('3eb8291d8f6c57eff4f01672acfbc806')
package() {
install -d -m755 ${pkgdir}/usr/share/java/commons-codec/ || return 1