summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-04-26 14:12:46 +0200
committerdr460nf1r32021-04-26 14:12:46 +0200
commit64bbbbf4871563a9b83584803b25dc7532554c3d (patch)
tree2b9c2b4806953fef43287795cd52df2337c54c12
parent6150b49999fc9c8a03e6e18a2c5b197add3bdc41 (diff)
downloadaur-64bbbbf4871563a9b83584803b25dc7532554c3d.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ea1fb758f0..eb64d64639f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = ananicy-cpp-git
depends = fmt
depends = spdlog
depends = nlohmann-json
+ provides = ananicy-cpp
+ conflicts = ananicy-cpp
source = git+https://gitlab.com/aviallon/ananicy-cpp.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d1f7c951dccf..485028539cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ md5sums=(SKIP)
arch=(x86_64 i386 armv7h)
depends=(ananicy fmt spdlog nlohmann-json)
makedepends=(cmake git gcc)
+conflicts=(ananicy-cpp)
+provides=(ananicy-cpp)
pkgver() {
cd "$_pkgname"