summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2022-08-29 00:44:49 +0800
committercondy2022-08-29 00:44:49 +0800
commit6195ea2633e3055d06b0f74b768dda4f60518c0e (patch)
tree0bc18ffa29412770279c680485dce826c76c7178
parent4274033df69feeae59081d7a391228be997bf11b (diff)
downloadaur-6195ea2633e3055d06b0f74b768dda4f60518c0e.tar.gz
Fix previous commit
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51c7d4afc117..ecfc26935cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=biniou
pkgname=ocaml-${_pkgname}
pkgver=1.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="An optimized parsing and printing library for JSON"
arch=('x86_64')
url="https://github.com/ocaml-community/${_pkgname}"
@@ -18,6 +18,7 @@ sha256sums=('8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f')
build() {
cd ${_pkgname}-${pkgver}
+ sed -i 's/camlp-streams//g' src/dune
make all
}