diff options
author | Daniel Peukert | 2024-05-04 13:28:30 +0200 |
---|---|---|
committer | Daniel Peukert | 2024-05-04 13:28:30 +0200 |
commit | 9cac425ab1527f6224c9f510992247da83c3769a (patch) | |
tree | 0a33eec8ed7efeb1c76e8a3164d1b1e04f785a0f | |
parent | b0da80c227fa8bc5fe809dff94267696d40cb422 (diff) | |
download | aur-9cac425ab1527f6224c9f510992247da83c3769a.tar.gz |
Add more missing dependencies
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ pkgbase = ocaml-ppx_sexp_message depends = ocaml-ppx_here>=0.16.0 depends = ocaml-ppx_sexp_conv>=0.16.0 depends = ocaml-ppxlib>=0.28.0 + depends = zstd options = !strip source = ocaml-ppx_sexp_message-0.16.0.tar.gz::https://github.com/janestreet/ppx_sexp_message/archive/v0.16.0.tar.gz sha512sums = 2442d9d2e46bcfce17e7d017865dcf52daa5fd62500981f3d97a37373799a5b9abd6c52b4e8f720cc2df419b2d2450258e0bd78fe8e12090805e1c8e37d62285 @@ -9,7 +9,7 @@ pkgdesc='A ppx rewriter for easy construction of s-expressions' 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_sexp_conv>=0.16.0' 'ocaml-ppxlib>=0.28.0') +depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_here>=0.16.0' 'ocaml-ppx_sexp_conv>=0.16.0' 'ocaml-ppxlib>=0.28.0' 'zstd') makedepends=('dune>=2.0.0') options=('!strip') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") |