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

update to 0.2.0


Signed-off-by: default avatarDan Johansen <strit@manjaro.org>
parent 61cdc3f7
Branches master
No related tags found
No related merge requests found
Pipeline #4707 passed
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
# Contributor: Hannah Kiekens <hannahkiekens@gmail.com> # Contributor: Hannah Kiekens <hannahkiekens@gmail.com>
pkgname=qcoro pkgname=qcoro
pkgver=0.1.0 pkgver=0.2.0
pkgrel=1 pkgrel=1
pkgdesc='C++ Coroutine library for Qt' pkgdesc='C++ Coroutine library for Qt'
arch=(x86_64 armv6h armv7h aarch64) arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://qcoro.dvratil.cz/" url="https://qcoro.dvratil.cz/"
license=(MIT) license=(MIT)
depends=('qt5-base') depends=('qt5-base')
makedepends=('cmake') makedepends=('cmake')
source=("https://github.com/danvratil/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") source=("https://github.com/danvratil/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
md5sums=('18c3f710f012238c40de858cfe6b4ac5') md5sums=('7c079ba6d1223228da01c51cdd2c591e')
build() { build() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
......
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