diff options
author | Clément Bénier | 2020-12-21 15:32:33 +0100 |
---|---|---|
committer | Clément Bénier | 2020-12-21 15:32:33 +0100 |
commit | 25e387a9624da8174b75e4218385b687a269ef0d (patch) | |
tree | e118e4bcf060f228699a7647ef017dae98d39f32 | |
parent | 5737043849e53d69fd4c518c236c536f62de4326 (diff) | |
download | aur-25e387a9624da8174b75e4218385b687a269ef0d.tar.gz |
fix provides and conflict
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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=() |