Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qcoro
Commits:
356799f2 by Antonio Rojas at 2026-05-24T10:32:32+02:00
upgpkg: 0.13.0-2: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = qcoro
pkgdesc = C++ Coroutines for Qt
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/danvratil/qcoro
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = qt6-base
depends = qt6-declarative
depends = qt6-websockets
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,14 @@
pkgname=qcoro
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='C++ Coroutines for Qt'
arch=(x86_64)
url='https://github.com/danvratil/qcoro'
license=(MIT)
-depends=(gcc-libs
- glibc
+depends=(glibc
+ libgcc
+ libstdc++
qt6-base
qt6-declarative
qt6-websockets)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qcoro/-/commit/356799f25e67a1e417de6b71fc81da22ea3eff1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qcoro/-/commit/356799f25e67a1e417de6b71fc81da22ea3eff1d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help