From dd827357db6e46b762e296462d1a8b1088ffd438 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 30 May 2016 15:14:43 -0500 Subject: ocaml-biniou-1.0.11-1: updating version --- pcr/ocaml-biniou/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pcr') diff --git a/pcr/ocaml-biniou/PKGBUILD b/pcr/ocaml-biniou/PKGBUILD index 97be1e1a9..335da3185 100644 --- a/pcr/ocaml-biniou/PKGBUILD +++ b/pcr/ocaml-biniou/PKGBUILD @@ -1,22 +1,22 @@ -# 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-biniou _oname=biniou -pkgver=1.0.9 +pkgver=1.0.11 pkgrel=1 pkgdesc='A binary data serialization format inspired by JSON' arch=('i686' 'x86_64') options=('!strip' '!makeflags' 'staticlibs') -license=('BSD3') +license=('BSD') depends=('glibc') makedepends=('ocaml-easy-format' 'ocaml-findlib') url='http://mjambon.com/biniou.html' -source=("http://mjambon.com/releases/${_oname}/${_oname}-${pkgver}.tar.gz") -md5sums=('2f9f355281817912ac04c589eb463ef2') +source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz") +sha256sums=('e92141c8edfdaaf011f198729b4df0589421f982da061375c8e3fc194503f074') build() { cd $srcdir/$_oname-$pkgver make && make doc -- cgit v1.2.3-54-g00ecf