summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-08-29 00:26:43 +0800
committercondy2022-08-29 00:26:43 +0800
commit4274033df69feeae59081d7a391228be997bf11b (patch)
treec94714365ff243841adf2cf2c37efdd3a846e189
parent0b0d0298cf54e9e2c9dac042f38309c3e19a4672 (diff)
downloadaur-4274033df69feeae59081d7a391228be997bf11b.tar.gz
Add missing ocaml-findlib dependence
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d56eb63d0f..69754627b8e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ocaml-biniou
pkgdesc = An optimized parsing and printing library for JSON
pkgver = 1.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocaml-community/biniou
arch = x86_64
license = BSD
makedepends = dune
depends = ocaml
depends = ocaml-easy-format
+ depends = ocaml-findlib
provides = ocaml-biniou
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 61c6aeb05260..51c7d4afc117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=biniou
pkgname=ocaml-${_pkgname}
pkgver=1.2.2
-pkgrel=3
+pkgrel=4
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' 'ocaml-easy-format')
+depends=('ocaml' 'ocaml-easy-format' 'ocaml-findlib')
makedepends=('dune')
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz")
sha256sums=('8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f')