core/xfsprogs to 6.6.0-1

This commit is contained in:
Kevin Mihelich 2024-02-07 13:31:57 +00:00
parent 88c54b31f4
commit 3ce2bd207f
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = xfsprogs
pkgdesc = XFS filesystem utilities
pkgver = 6.5.0
pkgrel = 2
pkgver = 6.6.0
pkgrel = 1
url = https://xfs.wiki.kernel.org
arch = x86_64
license = LGPL
@ -16,7 +16,7 @@ pkgbase = xfsprogs
optdepends = python: for xfs_scrub_all script
optdepends = smtp-forwarder: for xfs_scrub_fail script
options = !makeflags
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.5.0
source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.6.0
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
b2sums = SKIP

View file

@ -6,8 +6,8 @@
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=xfsprogs
pkgver=6.5.0
pkgrel=2
pkgver=6.6.0
pkgrel=1
pkgdesc="XFS filesystem utilities"
arch=('x86_64')
license=('LGPL')
@ -32,7 +32,7 @@ build() {
export OPTIMIZER="-O1"
export DEBUG=-DNDEBUG
[[ $CARCH != "aarch64" ]] && CFLAGS+=" -DUATOMIC_NO_LINK_ERROR"
./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system --enable-lto=no
./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib --with-systemd-unit-dir=/usr/lib/systemd/system --enable-lto=no
make
}