Skip to content
Snippets Groups Projects
Verified Commit f115a9f5 authored by Dan Johansen's avatar Dan Johansen
Browse files

add provides and conflicts for the upstream packages


Signed-off-by: default avatarDan Johansen <strit@manjaro.org>
parent 7a1d5031
Branches master
No related tags found
No related merge requests found
Pipeline #5892 passed
......@@ -3,13 +3,15 @@
pkgname=qcoro
pkgver=0.3.0
pkgrel=1
pkgrel=2
pkgdesc='C++ Coroutine library for Qt'
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://qcoro.dvratil.cz/"
license=(MIT)
depends=('qt5-base')
makedepends=('cmake')
provides=('qcoro-qt5' 'qcoro-qt6')
conflicts=('qcoro-qt5' 'qcoro-qt6')
source=("https://github.com/danvratil/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
md5sums=('eec1bc3393f00aef110015a019c36ccb')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment