Date: Thursday, March 9, 2017 @ 08:15:04 Author: tpowa Revision: 290183
upgpkg: cifs-utils 6.7-1 bump to latest version Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-09 08:09:50 UTC (rev 290182) +++ PKGBUILD 2017-03-09 08:15:04 UTC (rev 290183) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils -pkgver=6.5 +pkgver=6.7 pkgrel=1 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) @@ -15,6 +15,7 @@ cd "$srcdir/$pkgname-$pkgver" # systemd support is broken in mount.cifs # https://bugs.archlinux.org/task/30958 + autoreconf -i ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd make } @@ -28,5 +29,5 @@ # set mount.cifs uid, to enable none root mounting form fstab chmod +s $pkgdir/usr/bin/mount.cifs } -md5sums=('74b2c398ce83a8b792faabc414cec314' +md5sums=('af3ae1d27aca624c4daac5bf3eb0d4c1' 'SKIP')
