mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/xfsprogs to 6.6.0-1
This commit is contained in:
parent
88c54b31f4
commit
3ce2bd207f
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = xfsprogs
|
pkgbase = xfsprogs
|
||||||
pkgdesc = XFS filesystem utilities
|
pkgdesc = XFS filesystem utilities
|
||||||
pkgver = 6.5.0
|
pkgver = 6.6.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://xfs.wiki.kernel.org
|
url = https://xfs.wiki.kernel.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL
|
license = LGPL
|
||||||
|
@ -16,7 +16,7 @@ pkgbase = xfsprogs
|
||||||
optdepends = python: for xfs_scrub_all script
|
optdepends = python: for xfs_scrub_all script
|
||||||
optdepends = smtp-forwarder: for xfs_scrub_fail script
|
optdepends = smtp-forwarder: for xfs_scrub_fail script
|
||||||
options = !makeflags
|
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 = 2B8185919E8D248981869DED20AE1692E13DDEE0
|
||||||
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
|
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||||
|
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=6.5.0
|
pkgver=6.6.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
|
@ -32,7 +32,7 @@ build() {
|
||||||
export OPTIMIZER="-O1"
|
export OPTIMIZER="-O1"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
[[ $CARCH != "aarch64" ]] && CFLAGS+=" -DUATOMIC_NO_LINK_ERROR"
|
[[ $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
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue