summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d41f77624089..5d420a9dce72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = nlohmann-json-git
license = MIT
makedepends = cmake
makedepends = git
+ provides = nlohmann-json
+ conflicts = nlohmann-json
source = git+https://github.com/nlohmann/json
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6cd1485591fa..2dbe831df1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url='https://github.com/nlohmann/json'
license=(MIT)
arch=(x86_64)
makedepends=(cmake git)
+provides=("$_name")
+conflicts=("$_name")
source=("git+$url")
sha256sums=(SKIP)