[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Aug 17 14:24:35 UTC 2020


    Date: Monday, August 17, 2020 @ 14:24:35
  Author: tpowa
Revision: 394343

upgpkg: xfsprogs 5.7.0-3: fix #67603, #61011

Modified:
  xfsprogs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 12:48:59 UTC (rev 394342)
+++ PKGBUILD	2020-08-17 14:24:35 UTC (rev 394343)
@@ -1,14 +1,14 @@
-# $Id$
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 pkgname=xfsprogs
 pkgver=5.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
 license=('LGPL')
 url="https://xfs.org"
 depends=('sh' 'libutil-linux' 'icu' 'device-mapper')
-optdepends=('python: for xfs_scrub_all script')
+optdepends=('python: for xfs_scrub_all script'
+            'smtp-forwarder: for xfs_scrub_fail script')
 makedepends=('git')
 options=('!makeflags')
 source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
@@ -19,7 +19,7 @@
   make configure
   export OPTIMIZER="-march=${CARCH/_/-} -O1"
   export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd 
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system
   make
 }
 



More information about the arch-commits mailing list