Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / breezy
Commits: 0335267f by Carl Smedstad at 2026-02-14T23:29:40+01:00 upgpkg: 3.3.21-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = breezy pkgdesc = A decentralized revision control system with support for Bazaar and Git file formats pkgver = 3.3.21 - pkgrel = 1 + pkgrel = 2 url = https://www.breezy-vcs.org/ arch = x86_64 license = GPL-2.0-or-later @@ -20,8 +20,8 @@ pkgbase = breezy makedepends = python-setuptools-gettext makedepends = python-setuptools-rust makedepends = python-wheel - depends = gcc-libs depends = glibc + depends = libgcc depends = python depends = python-configobj depends = python-dulwich ===================================== PKGBUILD ===================================== @@ -4,14 +4,14 @@ pkgname=breezy pkgver=3.3.21 -pkgrel=1 +pkgrel=2 pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats' arch=(x86_64) url=https://www.breezy-vcs.org/ license=(GPL-2.0-or-later) depends=( - gcc-libs glibc + libgcc python python-configobj python-dulwich View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/breezy/-/commit/0335267fcd257bd1368d111fd0c781da4a2d4937 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/breezy/-/commit/0335267fcd257bd1368d111fd0c781da4a2d4937 You're receiving this email because of your account on gitlab.archlinux.org.
