Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / libtorrent-rasterbar
Commits: da559a3b by Daniel Bermond at 2026-02-15T14:05:13-03:00 upgpkg: 1:2.0.11-8: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libtorrent-rasterbar pkgdesc = An efficient and feature complete C++ BitTorrent library implementation pkgver = 2.0.11 - pkgrel = 7 + pkgrel = 8 epoch = 1 url = https://www.rasterbar.com/products/libtorrent/ arch = x86_64 @@ -11,8 +11,9 @@ pkgbase = libtorrent-rasterbar makedepends = python makedepends = python-setuptools depends = boost-libs - depends = gcc-libs depends = glibc + depends = libgcc + depends = libstdc++ depends = openssl source = https://github.com/arvidn/libtorrent/releases/download/v2.0.11/libtorrent-rasterbar-2.0.11.tar.gz source = 010-libtorrent-rasterbar-fix-for-fortify-source-3.patch ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=libtorrent-rasterbar pkgver=2.0.11 -pkgrel=7 +pkgrel=8 epoch=1 pkgdesc='An efficient and feature complete C++ BitTorrent library implementation' url='https://www.rasterbar.com/products/libtorrent/' @@ -13,8 +13,9 @@ arch=('x86_64') license=('BSD-3-Clause') depends=( 'boost-libs' - 'gcc-libs' 'glibc' + 'libgcc' + 'libstdc++' 'openssl') makedepends=( 'boost' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent-rasterbar/-/commit/da559a3b442e761387fdb30b19cd45c890fde5d3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent-rasterbar/-/commit/da559a3b442e761387fdb30b19cd45c890fde5d3 You're receiving this email because of your account on gitlab.archlinux.org.
