summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesin2017-12-04 11:27:34 -0500
committerJesin2017-12-04 11:27:34 -0500
commitc2a471bab10887f49993f61beb4c340402c48526 (patch)
treea0d3142e4e91a38c396395591c3fbc014e22e29b
parentde0b7918df3c7fe363f6495f546306ac3e7ca4ce (diff)
downloadaur-c2a471bab10887f49993f61beb4c340402c48526.tar.gz
Fix provides and conflicts
-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)