summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 296c24da94f7..c6efa1ed645f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Xunhua Guo <xunhua.guo@gmail.com>
pkgname=json-simple
-pkgver=1.1.1
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
pkgdesc="JSON.simple - Simple, fast, extensible JSON encoder/decoder for Java"
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/json-simple'
+arch=("any")
+url="https://cliftonlabs.github.io/json-simple/"
license=('APACHE')
depends=('java-runtime')
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.jar")
-sha1sums=('5d6f9b6a9ddca2a28c0216cc44efb2e20d9c23b5')
+source=("https://cliftonlabs.github.io/json-simple/target/${pkgname}-${pkgver}.jar")
+sha256sums=('e8001c79a89dae597ec3e5cce480a81c7ff3773d6f62a7861288e90c67eb361c')
package() {
install -d -m755 "${pkgdir}/usr/share/java/${pkgname}/"