diff options
Diffstat (limited to 'pcr/ocaml-yojson')
-rw-r--r-- | pcr/ocaml-yojson/PKGBUILD | 23 |
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 |