diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/ocaml-biniou/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
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 <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 <dev@systeemdenker.nl> +# 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-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 |