Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ coeurl


Commits:
3ab48521 by Leonidas Spyropoulos at 2026-02-15T20:40:53+00:00
upgpkg: 0.3.1-8: rebuild for gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = coeurl
        pkgdesc = A simple async wrapper around CURL for C++
        pkgver = 0.3.1
-       pkgrel = 7
+       pkgrel = 8
        url = https://nheko.im/nheko-reborn/coeurl
        arch = x86_64
        license = MIT
@@ -10,16 +10,18 @@ pkgbase = coeurl
        makedepends = libevent
        makedepends = meson
        makedepends = spdlog
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        provides = libcoeurl.so
        source = 
https://nheko.im/nheko-reborn/coeurl/-/archive/v0.3.1/coeurl-v0.3.1.tar.gz
        sha256sums = 
6203654c2eec7a286388a6cfa8d8ea5698c57b7b8be235b2cc165f0b4c7bee0b
        b2sums = 
5e4bc57e0c3f89c81bcdf2520d519fa9c2c97e876b9bd9d6fccbda31bddd7ce4dc0943549a55d0f5593c48f6219fa1d01d1c8d6c872583aea91a135dcd8d8a5c
 
 pkgname = coeurl
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = curl
        depends = libcurl.so
        depends = fmt


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=coeurl
 pkgver=0.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A simple async wrapper around CURL for C++"
 arch=("x86_64")
 url="https://nheko.im/nheko-reborn/coeurl";
 license=('MIT')
-depends=(gcc-libs glibc)
+depends=(glibc libgcc libstdc++)
 makedepends=(curl fmt libevent meson spdlog)
 provides=(libcoeurl.so)
 
source=("https://nheko.im/nheko-reborn/coeurl/-/archive/v$pkgver/coeurl-v$pkgver.tar.gz";)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coeurl/-/commit/3ab48521107801368d7af6477a36467f50729861

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coeurl/-/commit/3ab48521107801368d7af6477a36467f50729861
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to