Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
xfsdump
Commits:
7c7b407e by Tobias Powalowski at 2026-02-15T18:23:31+01:00
upgpkg: 3.2.0-2: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = xfsdump
pkgdesc = Additional XFS filesystem utilities
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://xfs.org
arch = x86_64
license = GPL-2.0-only
makedepends = git
depends = acl
depends = attr
- depends = gcc-libs
+ depends = libgcc
depends = glibc
depends = ncurses
depends = util-linux-libs
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=xfsdump
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Additional XFS filesystem utilities"
arch=(x86_64)
url="http://xfs.org"
@@ -15,7 +15,7 @@ license=('GPL-2.0-only')
depends=(
acl
attr
- gcc-libs
+ libgcc
glibc
ncurses
util-linux-libs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/commit/7c7b407ed263330fb6c837a1884dc64f3b240b09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/commit/7c7b407ed263330fb6c837a1884dc64f3b240b09
You're receiving this email because of your account on gitlab.archlinux.org.