summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:28:24 +0200
committerDaniel Peukert2024-05-04 13:28:24 +0200
commit391c694e392b17fb7f202b44c28f53a3645616d0 (patch)
treecff1542793174c6bbdb935db8337e4ffcc0a4509
parent27e33b4c1e646073ccbc7768d0885b5250478cf5 (diff)
downloadaur-ocaml-ppx_pipebang.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 bd8e5d03881c..21944fff45c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = ocaml-ppx_pipebang
makedepends = dune>=2.0.0
depends = ocaml>=4.14.0
depends = ocaml-ppxlib>=0.28.0
+ depends = zstd
options = !strip
source = ocaml-ppx_pipebang-0.16.0.tar.gz::https://github.com/janestreet/ppx_pipebang/archive/v0.16.0.tar.gz
sha512sums = b333d189c2705b3c7175af5636bd63c38ed434b3828227c7db8d2cb0fe9bd4caa05975d5d28d8fb4d61656bd3d7a15e2db2b36a1672107c1557c5012c19cb445
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")