summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-03-30 19:58:07 +0100
committerDaniel Peukert2024-03-30 19:58:07 +0100
commitc7db957db4928c70f458f7e9bfdb61b0e3179bf4 (patch)
tree6f4045eeebae4ba70b6fa5959b5f880c9a7e622c
parent3e890604d06e6935f263002d0d42749eb064b96d (diff)
downloadaur-ocaml-logs_lwt.tar.gz
Add missing version to ocaml-logs_lwt provides array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a08081473c..a1a92a89c32c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = ocaml-logs_lwt
depends = ocaml-cmdliner
depends = ocaml-fmt
depends = ocaml-lwt
- provides = ocaml-logs
+ provides = ocaml-logs=0.7.0
conflicts = ocaml-logs
options = !strip
source = ocaml-logs_lwt-0.7.0.tar.gz::https://github.com/dbuenzli/logs/archive/v0.7.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 124afb4e0f62..9d688c77b0fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://erratique.ch/software/$_projectname"
license=('ISC')
depends=('ocaml>=4.03.0' 'ocaml-cmdliner' 'ocaml-fmt' 'ocaml-lwt')
makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-topkg>=1.0.3' 'opam')
-provides=("ocaml-$_projectname")
+provides=("ocaml-$_projectname=$pkgver")
conflicts=("ocaml-$_projectname")
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbuenzli/$_projectname/archive/v$pkgver.tar.gz")