summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-08-14 18:28:04 +0800
committercondy2022-08-14 18:28:04 +0800
commit0b0d0298cf54e9e2c9dac042f38309c3e19a4672 (patch)
treed62618c9bbec21825784083c647e3b97c733b62a
parent63c36a946e31b3caa4d63475c70c158ab21039ca (diff)
downloadaur-0b0d0298cf54e9e2c9dac042f38309c3e19a4672.tar.gz
Add ocaml dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30425733a969..e5d56eb63d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ocaml-biniou
pkgdesc = An optimized parsing and printing library for JSON
pkgver = 1.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ocaml-community/biniou
arch = x86_64
license = BSD
makedepends = dune
+ depends = ocaml
depends = ocaml-easy-format
provides = ocaml-biniou
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 75efc47240a0..61c6aeb05260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=biniou
pkgname=ocaml-${_pkgname}
pkgver=1.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="An optimized parsing and printing library for JSON"
arch=('x86_64')
url="https://github.com/ocaml-community/${_pkgname}"
license=('BSD')
options=('!strip' 'staticlibs')
provides=('ocaml-biniou')
-depends=('ocaml-easy-format')
+depends=('ocaml' 'ocaml-easy-format')
makedepends=('dune')
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz")
sha256sums=('8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f')