summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:28:24 +0200
committerDaniel Peukert2024-05-04 13:28:24 +0200
commit391c694e392b17fb7f202b44c28f53a3645616d0 (patch)
treecff1542793174c6bbdb935db8337e4ffcc0a4509 /PKGBUILD
parent27e33b4c1e646073ccbc7768d0885b5250478cf5 (diff)
downloadaur-ocaml-ppx_pipebang.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 7b95124b6c5e..4b897b7c8ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='A ppx rewriter that inlines reverse application operators |> and |!'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-ppxlib>=0.28.0')
+depends=('ocaml>=4.14.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")