summaryrefslogtreecommitdiff
path: root/pcr/ocaml-biniou
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-30 15:14:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-30 15:14:43 -0500
commitdd827357db6e46b762e296462d1a8b1088ffd438 (patch)
tree1cca9efd270abb921e54f65cdad03e7ea6a6b3ce /pcr/ocaml-biniou
parent129033538ed18031e2e04605fd7f5ea5423482f5 (diff)
ocaml-biniou-1.0.11-1: updating version
Diffstat (limited to 'pcr/ocaml-biniou')
-rw-r--r--pcr/ocaml-biniou/PKGBUILD18
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