summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard de Ruijter2016-11-04 21:00:22 +0100
committerLeonard de Ruijter2016-11-04 21:00:22 +0100
commitf34e1a083ce6ab45af330bfb8fe493eef175a882 (patch)
treef4c699388785359bfb373aa1cc43672e96d2b987 /PKGBUILD
parent68c481765557a00dd2b940275af343b4c89e28b7 (diff)
downloadaur-f34e1a083ce6ab45af330bfb8fe493eef175a882.tar.gz
Update to 1.0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3e0491875ca..4fe4ecc16159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=ocaml-biniou
_oname=biniou
-pkgver=1.0.11
+pkgver=1.0.12
pkgrel=1
pkgdesc='A binary data serialization format inspired by JSON'
arch=('i686' 'x86_64')
options=('!strip' '!makeflags' 'staticlibs')
license=('BSD')
depends=('glibc')
-makedepends=('ocaml-easy-format' 'ocaml-findlib')
+makedepends=('ocaml-easy-format' 'ocaml-findlib' 'ocamlbuild')
url='http://mjambon.com/biniou.html'
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
-sha256sums=('e92141c8edfdaaf011f198729b4df0589421f982da061375c8e3fc194503f074')
+sha256sums=('b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686')
build() {
cd $srcdir/$_oname-$pkgver
make && make doc