summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:27:43 +0200
committerDaniel Peukert2024-05-04 13:27:43 +0200
commit483f0ea595abf5c08199a389a06bf3b3890c244a (patch)
tree41fedc4aae503477ebad0588357896bf6fe6b7d7 /PKGBUILD
parent2b4b167448b13e3d39461870f98b47ff1a20c183 (diff)
downloadaur-ocaml-ppx_inline_test.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 ec4e65fc35c7..e3877998f5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Syntax extension for writing in-line tests in ocaml code'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-time_now>=0.16.0' 'ocaml-ppxlib>=0.28.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-time_now>=0.16.0' 'ocaml-ppxlib>=0.28.0' 'zstd')
makedepends=('dune>=3.8.0')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")