summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:28:36 +0200
committerDaniel Peukert2024-05-04 13:28:36 +0200
commit4d85ec0634ce945f39201a01df2018e088cd5099 (patch)
tree979777ddd8c6db32d84ba8fccd7fd35a6386f6a9
parent4b86962d4b66bb265b7e576b7aa82d4dbfd28c52 (diff)
downloadaur-ocaml-ppx_sexp_value.tar.gz
Add more missing dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b28e570468cc..dbc95d016283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = ocaml-ppx_sexp_value
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_value-0.16.0.tar.gz::https://github.com/janestreet/ppx_sexp_value/archive/v0.16.0.tar.gz
sha512sums = f38c6045dc9d5136fcfaad00039fb7f0caf34ca1fb2031145fedb0b5d4c39b13c58c8d744ca77ebe291526b9f0b995d6f0d0f4cd18136b92e1125fb30e2ae2bd
diff --git a/PKGBUILD b/PKGBUILD
index 99e3791093f8..70279a4ff768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='A ppx rewriter that simplifies building s-expressions from ocaml values
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")