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

update to 0.3.0


Signed-off-by: default avatarDan Johansen <strit@manjaro.org>
parent 34baf2f6
Branches master
No related tags found
No related merge requests found
Pipeline #5178 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Contributor: Hannah Kiekens <hannahkiekens@gmail.com> # Contributor: Hannah Kiekens <hannahkiekens@gmail.com>
pkgname=qcoro pkgname=qcoro
pkgver=0.2.0 pkgver=0.3.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')
...@@ -11,7 +11,7 @@ license=(MIT) ...@@ -11,7 +11,7 @@ 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=('7c079ba6d1223228da01c51cdd2c591e') md5sums=('eec1bc3393f00aef110015a019c36ccb')
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