summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e565db6245e..5e5f68c89b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +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.13
+pkgver=1.14
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")
+depends=('java-runtime')
+source=(http://us.mirrors.quenda.co/apache//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=('7258fcdf81f88724b8efb99056c5d5d3')
+md5sums=('0316536f09410b5369d54965af8afe07')
package() {
install -d -m755 ${pkgdir}/usr/share/java/commons-codec/ || return 1