summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e888855aa83f..27f55158977f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 26 13:08:45 UTC 2018
+# Sun Feb 4 00:10:38 UTC 2018
pkgbase = ocaml-biniou
pkgdesc = A binary data serialization format inspired by JSON
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mjambon/biniou
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ocaml-biniou
license = BSD
makedepends = ocaml-easy-format
makedepends = ocaml-findlib
- makedepends = jbuilder
+ makedepends = dune
depends = glibc
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 6161f2806afa..56f76a46bcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ocaml-biniou
_oname=biniou
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc='A binary data serialization format inspired by JSON'
arch=('i686' 'x86_64' 'armv7h')
options=('!strip' '!makeflags' 'staticlibs')
license=('BSD')
depends=('glibc')
-makedepends=('ocaml-easy-format' 'ocaml-findlib' 'jbuilder')
+makedepends=('ocaml-easy-format' 'ocaml-findlib' 'dune')
url="https://github.com/mjambon/biniou"
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')