summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-08-12 01:19:31 +0800
committercondy2022-08-12 01:19:31 +0800
commit63c36a946e31b3caa4d63475c70c158ab21039ca (patch)
tree6b54c90592cc91351dfcc47f574f9a72c2212b97
parent0daf5801a6f544b884b37edb120a7723f6469fe5 (diff)
downloadaur-63c36a946e31b3caa4d63475c70c158ab21039ca.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40673431ac4a..30425733a969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ocaml-biniou
pkgdesc = An optimized parsing and printing library for JSON
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
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
diff --git a/PKGBUILD b/PKGBUILD
index 6f974d9d07f8..75efc47240a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=biniou
pkgname=ocaml-${_pkgname}
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
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' 'camlp-streams')
+depends=('ocaml-easy-format')
makedepends=('dune')
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tbz")
sha256sums=('8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f')