Date: Monday, January 30, 2012 @ 02:42:09 Author: tpowa Revision: 148029
upgpkg: cifs-utils 5.3-1 bump to latest version Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-30 03:41:59 UTC (rev 148028) +++ PKGBUILD 2012-01-30 07:42:09 UTC (rev 148029) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils -pkgver=5.2 +pkgver=5.3 pkgrel=1 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) @@ -20,8 +20,7 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - rm -r $pkgdir/usr/bin # set mount.cifs uid, to enable none root mounting form fstab chmod +s $pkgdir/sbin/mount.cifs } -md5sums=('2ca839553cccd0c3042f7dd8737cc9de') +md5sums=('e1a428558a96d2d28ccdaacdc47ea0b7')
