summaryrefslogtreecommitdiff
path: root/pcr/ocaml-yojson
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-30 15:47:40 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-30 15:47:40 -0500
commit16a274f3611ff00ccc44c96694a9e69147b4e26a (patch)
tree93a7f81cc82eedfae52f65876c62b6d7ff0508e3 /pcr/ocaml-yojson
parent29f649f92e78edca4f0445c2f48a54d2ce57039e (diff)
ocaml-yojson-1.3.2-2: updating version
Diffstat (limited to 'pcr/ocaml-yojson')
-rw-r--r--pcr/ocaml-yojson/PKGBUILD23
1 files changed, 11 insertions, 12 deletions
diff --git a/pcr/ocaml-yojson/PKGBUILD b/pcr/ocaml-yojson/PKGBUILD
index 5ae179919..3223a9199 100644
--- a/pcr/ocaml-yojson/PKGBUILD
+++ b/pcr/ocaml-yojson/PKGBUILD
@@ -1,24 +1,23 @@
-# Contributor (Arch) : Leonard de Ruijter <leonard@aur.archlinux.org>
-# Contributor (Arch) : Serge Zirukin <ftrvxmtrx@gmail.com>
-# Contributor (Arch) : Sergei Lebedev <superbobry@gmail.com>
-# Contributor (Arch) : Justin Davis <jrcd 83 at gmail>
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
+# Maintainer (Arch): Leonard de Ruijter <alderuijter@gmail.com>
+# Contributor (Arch): Serge Zirukin <ftrvxmtrx@gmail.com>
+# Contributor (Arch): Sergei Lebedev <superbobry@gmail.com>
+# Contributor (Arch): Justin Davis <jrcd 83 at gmail>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=ocaml-yojson
_oname=yojson
-pkgver=1.1.8
+pkgver=1.3.2
pkgrel=2
pkgdesc='An optimized parsing and printing library for JSON'
arch=('i686' 'x86_64')
options=('!strip' 'staticlibs')
-license=('BSD3')
-depends=('ocaml-easy-format')
-makedepends=('ocaml-biniou' 'ocaml-findlib' 'cppo')
+license=('BSD')
+depends=('ocaml-biniou' 'ocaml-easy-format')
+makedepends=('ocaml-findlib' 'cppo')
url='http://mjambon.com/yojson.html'
-source=("http://mjambon.com/releases/${_oname}/${_oname}-${pkgver}.tar.gz")
-md5sums=('e3c53004f74410c3835d851b02c1bf21')
+source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
options=(!makeflags)
-
+sha256sums=('eff510621efd6dcfb86b65eaf1d4d6f3b9b680143d88e652b6f14072523a2351')
build() {
cd $srcdir/$_oname-$pkgver
make && make doc