From 16a274f3611ff00ccc44c96694a9e69147b4e26a Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 30 May 2016 15:47:40 -0500 Subject: ocaml-yojson-1.3.2-2: updating version --- pcr/ocaml-yojson/PKGBUILD | 23 +++++++++++------------ 1 file 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 -# Contributor (Arch) : Serge Zirukin -# Contributor (Arch) : Sergei Lebedev -# Contributor (Arch) : Justin Davis -# Maintainer (Parabola) : Aurélien DESBRIÈRES +# Maintainer (Arch): Leonard de Ruijter +# Contributor (Arch): Serge Zirukin +# Contributor (Arch): Sergei Lebedev +# Contributor (Arch): Justin Davis +# Maintainer: Omar Vega Ramos 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 -- cgit v1.2.3-54-g00ecf