summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 13:29:05 +0200
committerDaniel Peukert2024-05-04 13:29:05 +0200
commit3dabb94bc4ef99c2e0560bd37ab737913fe0f9eb (patch)
treebc1df035e409de521115fd28db3df0309acc306f
parent1027bedf9a19e0e0cd3c7e47bf0db90a25e6ab09 (diff)
downloadaur-ocaml-tyxml.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 9a8bf5728a3d..5ff84e4c526c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = ocaml-tyxml
depends = ocaml-re>=1.5.0
depends = ocaml-seq
depends = ocaml-uutf>=1.0.0
+ depends = zstd
options = !strip
source = ocaml-tyxml-4.6.0.tar.gz::https://github.com/ocsigen/tyxml/archive/4.6.0.tar.gz
sha512sums = 25e07c55e04a1f4b02eea511625c1fbb138c168ba19f3b3d929c540d8dc7f96d9c2ec09bb221f592bf09610a542d66f3f8b9b930b1b824f4195e5e0b91b31088
diff --git a/PKGBUILD b/PKGBUILD
index 8bcd497f35e9..36688f7fe53e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A library for building correct HTML and SVG documents for OCaml'
arch=('x86_64' 'aarch64')
url="https://github.com/ocsigen/$_projectname"
license=('LGPL-2.1-only WITH OCaml-LGPL-linking-exception')
-depends=('ocaml>=4.04.0' 'ocaml-markup>=0.7.2' 'ocaml-ppxlib>=0.18.0' 'ocaml-re>=1.5.0' 'ocaml-seq' 'ocaml-uutf>=1.0.0')
+depends=('ocaml>=4.04.0' 'ocaml-markup>=0.7.2' 'ocaml-ppxlib>=0.18.0' 'ocaml-re>=1.5.0' 'ocaml-seq' 'ocaml-uutf>=1.0.0' 'zstd')
makedepends=('dune>=2.7.0')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")