Date: Thursday, January 19, 2012 @ 02:41:21 Author: tpowa Revision: 146918
upgpkg: cifs-utils 5.2-1 bump to latest version Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-19 05:44:29 UTC (rev 146917) +++ PKGBUILD 2012-01-19 07:41:21 UTC (rev 146918) @@ -1,15 +1,15 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils -pkgver=4.9 -pkgrel=3 +pkgver=5.2 +pkgrel=1 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) url="http://wiki.samba.org/index.php/LinuxCIFS_utils" license=('GPL') -depends=('libcap' 'keyutils' 'krb5' 'talloc') +depends=('libcap-ng' 'keyutils' 'krb5' 'talloc') source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2) -md5sums=('908d904e6b9e58f09f530de151a88ef8') +# deinstall smbclient first! build() { cd "$srcdir/$pkgname-$pkgver" @@ -24,3 +24,4 @@ # set mount.cifs uid, to enable none root mounting form fstab chmod +s $pkgdir/sbin/mount.cifs } +md5sums=('2ca839553cccd0c3042f7dd8737cc9de')
