summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:27:13 +0200
committerDaniel Peukert2024-05-04 13:27:13 +0200
commite10d479a942fdd5bd47fdded595d0f28c4308ab5 (patch)
treed97c6c8ef710b220ce7614fc7c46edc0e679aec1 /PKGBUILD
parent8bea650b9ee30643e0c18fcdf33778eef1e52725 (diff)
downloadaur-ocaml-ppx_expect.tar.gz
Add more missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbcac7363c7f..181a9376d709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Cram like framework for OCaml'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_here>=0.16.0' 'ocaml-ppx_inline_test>=0.16.0' 'ocaml-ppxlib>=0.28.0' 'ocaml-re>=1.8.0' 'ocaml-stdio>=0.16.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_here>=0.16.0' 'ocaml-ppx_inline_test>=0.16.0' 'ocaml-ppxlib>=0.28.0' 'ocaml-re>=1.8.0' 'ocaml-stdio>=0.16.0' 'zstd')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")