Date: Monday, August 17, 2020 @ 07:27:00 Author: tpowa Revision: 394327
upgpkg: xfsprogs 5.7.0-2: fix #67603, #61011 Modified: xfsprogs/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 05:24:04 UTC (rev 394326) +++ PKGBUILD 2020-08-17 07:27:00 UTC (rev 394327) @@ -1,11 +1,14 @@ +# $Id$ +# Maintainer : Tobias Powalowski <[email protected]> pkgname=xfsprogs pkgver=5.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="XFS filesystem utilities" arch=('x86_64') license=('LGPL') url="https://xfs.org" -depends=('sh' 'libutil-linux' 'readline' 'icu' 'device-mapper') +depends=('sh' 'libutil-linux' 'icu' 'device-mapper') +optdepends=('python: for xfs_scrub_all script') makedepends=('git') options=('!makeflags') source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}") @@ -16,7 +19,7 @@ make configure export OPTIMIZER="-march=${CARCH/_/-} -O1" export DEBUG=-DNDEBUG - ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline + ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd make }
