summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:27:31 +0200
committerDaniel Peukert2024-05-04 13:27:31 +0200
commit99497a83aa0afff9370907544046faf3e7e83084 (patch)
tree19486b1e44c7cdf6dcd2b24970bcea5fd6babd3f /PKGBUILD
parent51b4f19519a68aa91f6c3e26321014df8764f3ab (diff)
downloadaur-ocaml-ppx_here.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 5eececafa9b3..88875a4f7f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Expands [%here] into its location'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppxlib>=0.28.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=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")