summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:27:31 +0200
committerDaniel Peukert2024-05-04 13:27:31 +0200
commit99497a83aa0afff9370907544046faf3e7e83084 (patch)
tree19486b1e44c7cdf6dcd2b24970bcea5fd6babd3f
parent51b4f19519a68aa91f6c3e26321014df8764f3ab (diff)
downloadaur-ocaml-ppx_here.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 cf5c288c0ad3..584d43d9a254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = ocaml-ppx_here
depends = ocaml>=4.14.0
depends = ocaml-base>=0.16.0
depends = ocaml-ppxlib>=0.28.0
+ depends = zstd
options = !strip
source = ocaml-ppx_here-0.16.0.tar.gz::https://github.com/janestreet/ppx_here/archive/v0.16.0.tar.gz
sha512sums = 8729ad57caaf512de4735a3017272d052f322be0847f051ab17bc687ce54f24c398dde8e6ffa10126e035750ec5268e9ce1ee678da7588b718144239fcc90bc8
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")