summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c3c8b13711..b61e7b673ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 29 08:49:40 UTC 2016
+# Sat Apr 30 10:56:15 UTC 2016
pkgbase = ocaml-biniou
pkgdesc = A binary data serialization format inspired by JSON
- pkgver = 1.0.10
+ pkgver = 1.0.11
pkgrel = 1
url = http://mjambon.com/biniou.html
arch = i686
@@ -14,8 +14,8 @@ pkgbase = ocaml-biniou
options = !strip
options = !makeflags
options = staticlibs
- source = https://github.com/mjambon/biniou/archive/v1.0.10.tar.gz
- sha256sums = 239f046b9edd07256a2001c78c70dd97fc7dfca8c7a999153eee729867c79bad
+ source = https://github.com/mjambon/biniou/archive/v1.0.11.tar.gz
+ sha256sums = e92141c8edfdaaf011f198729b4df0589421f982da061375c8e3fc194503f074
pkgname = ocaml-biniou
diff --git a/PKGBUILD b/PKGBUILD
index 6dd021a6d58e..b3e0491875ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Leonard de Ruijter <alderuijter@gmail.com>
+# Maintainer: Leonard de Ruijter <dev@systeemdenker.nl>
# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
# Contributor: Sergei Lebedev <superbobry@gmail.com>
# Contributor: Justin Davis <jrcd 83 at gmail>
pkgname=ocaml-biniou
_oname=biniou
-pkgver=1.0.10
+pkgver=1.0.11
pkgrel=1
pkgdesc='A binary data serialization format inspired by JSON'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
makedepends=('ocaml-easy-format' 'ocaml-findlib')
url='http://mjambon.com/biniou.html'
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
-sha256sums=('239f046b9edd07256a2001c78c70dd97fc7dfca8c7a999153eee729867c79bad')
+sha256sums=('e92141c8edfdaaf011f198729b4df0589421f982da061375c8e3fc194503f074')
build() {
cd $srcdir/$_oname-$pkgver
make && make doc