summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-06-17 21:33:07 +0800
committercondy2022-06-17 21:33:07 +0800
commit0daf5801a6f544b884b37edb120a7723f6469fe5 (patch)
tree09f71c6da38292bbd29c938031198ab0dd04abe6
parentd61803964c29e8e224ce5c666821d26e7af87ce7 (diff)
downloadaur-0daf5801a6f544b884b37edb120a7723f6469fe5.tar.gz
Update to 1.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210c5441bcf8..40673431ac4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ocaml-biniou
pkgdesc = An optimized parsing and printing library for JSON
- pkgver = 1.2.1
- pkgrel = 5
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://github.com/ocaml-community/biniou
arch = x86_64
license = BSD
makedepends = dune
depends = ocaml-easy-format
+ depends = camlp-streams
provides = ocaml-biniou
options = !strip
options = staticlibs
- source = https://github.com/ocaml-community/biniou/releases/download/1.2.1/biniou-1.2.1.tbz
- sha256sums = 35546c68b1929a8e6d27a3b39ecd17b38303a0d47e65eb9d1480c2061ea84335
+ source = https://github.com/ocaml-community/biniou/releases/download/1.2.2/biniou-1.2.2.tbz
+ sha256sums = 8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f
pkgname = ocaml-biniou
-
diff --git a/PKGBUILD b/PKGBUILD
index a8994d634a2f..6f974d9d07f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_pkgname=biniou
pkgname=ocaml-${_pkgname}
-pkgver=1.2.1
-pkgrel=5
+pkgver=1.2.2
+pkgrel=1
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-easy-format' 'camlp-streams')
makedepends=('dune')
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz")
-sha256sums=('35546c68b1929a8e6d27a3b39ecd17b38303a0d47e65eb9d1480c2061ea84335')
+sha256sums=('8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f')
build() {
cd ${_pkgname}-${pkgver}