summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-12-10 11:42:31 +0100
committerDaniel Peukert2023-12-10 11:42:31 +0100
commit40acf98e0a36816ec2e9075ae322f4ec2cd6267a (patch)
tree4fbb1ea870468336d2a3e9c9c0fa7fd0dd710b94
parent24f8840239a670f8534284405fcbbfdee92e748e (diff)
downloadaur-40acf98e0a36816ec2e9075ae322f4ec2cd6267a.tar.gz
Update ocaml-logs_lwt to be a replacement for ocaml-logs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 401ebef1bc86..1b1ff84c07a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = ocaml-lambda-term
license = BSD
makedepends = dune>=3.0.0
depends = ocaml>=4.08.0
- depends = ocaml-logs
depends = ocaml-logs_lwt
depends = ocaml-lwt>=4.2.0
depends = ocaml-mew_vi>=0.5.0
diff --git a/PKGBUILD b/PKGBUILD
index 740b58cde3e7..a52c68043f71 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_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"