Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / hefur
Commits: fd9a57c5 by Daniel Bermond at 2026-02-15T13:10:28-03:00 upgpkg: 1.0-35: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,17 @@ pkgbase = hefur pkgdesc = A standalone and lightweight BitTorrent tracker pkgver = 1.0 - pkgrel = 34 + pkgrel = 35 url = https://github.com/abique/hefur arch = x86_64 license = MIT makedepends = git makedepends = cmake depends = abseil-cpp - depends = gcc-libs depends = glibc depends = gnutls + depends = libgcc + depends = libstdc++ depends = nettle depends = protobuf depends = xz ===================================== PKGBUILD ===================================== @@ -4,16 +4,17 @@ pkgname=hefur pkgver=1.0 -pkgrel=34 +pkgrel=35 pkgdesc='A standalone and lightweight BitTorrent tracker' arch=('x86_64') url='https://github.com/abique/hefur' license=('MIT') depends=( 'abseil-cpp' - 'gcc-libs' 'glibc' 'gnutls' + 'libgcc' + 'libstdc++' 'nettle' 'protobuf' 'xz' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hefur/-/commit/fd9a57c5668ff0f0e19611e5ec239136b1bb2746 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hefur/-/commit/fd9a57c5668ff0f0e19611e5ec239136b1bb2746 You're receiving this email because of your account on gitlab.archlinux.org.
