summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:28:42 +0200
committerDaniel Peukert2024-05-04 13:28:42 +0200
commit9a6860883bc739b6a0c3559ec483b4509f546048 (patch)
treeb2bff645f555726c6c46164381d25d3166015a53
parent3de49204cb245598c82cc68dd1737407d00d726c (diff)
downloadaur-ocaml-ppx_string.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 6ebdd8496917..a3fd39d9147c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = ocaml-ppx_string
depends = ocaml-base>=0.16.0
depends = ocaml-ppx_base>=0.16.0
depends = ocaml-ppxlib>=0.28.0
+ depends = zstd
options = !strip
source = ocaml-ppx_string-0.16.0.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.16.0.tar.gz
sha512sums = b1310551e1548fee5b99e64635139189139791f2ea2da93a4751b04c78a5519c5f3833c515d93a25e9d7aa23945414cbe690e5cd3f34630cdca4819c3d8ec1bc
diff --git a/PKGBUILD b/PKGBUILD
index c1907f72d507..7fd3a8b8a517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Ppx extension for string interpolation'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_base>=0.16.0' 'ocaml-ppxlib>=0.28.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_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")