summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2018-08-28 14:24:17 +0200
committerGianluca Boiano2018-08-28 14:24:17 +0200
commitea9eb0e4df8a7a8be500301ebffbd6c3d6e9b3ca (patch)
treee8d1280da9f2777717741ac9d64ec21658d569d8
parent9db1a105124311e9dadf919c1dc8ee64c3dc07a5 (diff)
downloadaur-ea9eb0e4df8a7a8be500301ebffbd6c3d6e9b3ca.tar.gz
ocaml-base-git: provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19539269d4a9..691074fd6e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = ocaml-base-git
makedepends = dune
depends = ocaml
depends = ocaml-sexplib0
- provides = ocaml
- replaces = ocaml
+ provides = ocaml-base
+ replaces = ocaml-base
options = !strip
source = base::git+https://github.com/janestreet/base.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1fc487efa27d..a1357c74b42a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('Apache')
depends=('ocaml' 'ocaml-sexplib0')
makedepends=('dune')
options=('!strip')
-provides=("${pkgname%%-*git}")
-replaces=("${pkgname%%-*git}")
+provides=("${pkgname%%-git}")
+replaces=("${pkgname%%-git}")
source=("base::git+https://github.com/janestreet/base.git")
pkgver() {