diff options
Diffstat (limited to 'extra/cifs-utils/PKGBUILD')
-rw-r--r-- | extra/cifs-utils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/cifs-utils/PKGBUILD b/extra/cifs-utils/PKGBUILD index 621c57386..de8f3d954 100644 --- a/extra/cifs-utils/PKGBUILD +++ b/extra/cifs-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 185803 2013-05-19 09:33:05Z tpowa $ +# $Id: PKGBUILD 189657 2013-07-04 08:28:20Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=cifs-utils -pkgver=6.0 -pkgrel=2 +pkgver=6.1 +pkgrel=1 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64 'mips64el') url="http://wiki.samba.org/index.php/LinuxCIFS_utils" @@ -24,4 +24,4 @@ package() { # set mount.cifs uid, to enable none root mounting form fstab chmod +s $pkgdir/usr/bin/mount.cifs } -md5sums=('371e007a201be90c16497cd9bd5e2553') +md5sums=('f83ef48ab1154aa74dd4cf1c1202bf04') |