summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5737043849e53d69fd4c518c236c536f62de4326 (diff)
downloadaur-afb-libafb-git.tar.gz
fix provides and conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()