summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-12-10 11:36:49 +0100
committerDaniel Peukert2023-12-10 11:36:49 +0100
commit24f8840239a670f8534284405fcbbfdee92e748e (patch)
tree32fad803c32db6db653280b8540f435eb64bc9fb /PKGBUILD
parent1d0d7239cc3986c1f2350b32ef13dcc7bc2a4966 (diff)
downloadaur-24f8840239a670f8534284405fcbbfdee92e748e.tar.gz
Fix ocaml-logs_lwt dep name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 558ef86d1590..740b58cde3e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Terminal manipulation library for OCaml'
arch=('x86_64' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
-depends=('ocaml>=4.08.0' 'ocaml-logs' 'ocaml-logs-lwt' 'ocaml-lwt>=4.2.0' 'ocaml-mew_vi>=0.5.0' 'ocaml-react' 'ocaml-zed>=3.2.0')
+depends=('ocaml>=4.08.0' 'ocaml-logs' 'ocaml-logs_lwt' 'ocaml-lwt>=4.2.0' 'ocaml-mew_vi>=0.5.0' 'ocaml-react' 'ocaml-zed>=3.2.0')
makedepends=('dune>=3.0.0')
options=('!strip')
install="$pkgname.install"