summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bénier2020-12-21 15:32:33 +0100
committerClément Bénier2020-12-21 15:32:33 +0100
commit25e387a9624da8174b75e4218385b687a269ef0d (patch)
treee118e4bcf060f228699a7647ef017dae98d39f32
parent5737043849e53d69fd4c518c236c536f62de4326 (diff)
downloadaur-25e387a9624da8174b75e4218385b687a269ef0d.tar.gz
fix provides and conflict
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a4b3076176..c18e33be7865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,8 @@ pkgbase = afb-libafb-git
depends = libmicrohttpd
depends = json-c
depends = file
- provides = afb-binder
- conflicts = afb-binder
+ provides = afb-libafb
+ conflicts = afb-libafb
source = afb-libafb::git+https://github.com/redpesk-core/afb-libafb.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 47512e9cce8c..5f8617ef5fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ depends=('libmicrohttpd' 'json-c' 'file')
makedepends=('cmake' 'gcc' 'make' 'lua' 'afb-binding' 'git')
checkdepends=()
optdepends=()
-provides=('afb-binder')
-conflicts=('afb-binder')
+provides=('afb-libafb')
+conflicts=('afb-libafb')
replaces=()
backup=()
options=()