diff options
author | root <root@rshg054.dnsready.net> | 2013-07-05 01:41:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-05 01:41:29 -0700 |
commit | 058f9788c1e4f2b1daac706848cb51fef22c8a5d (patch) | |
tree | ef65afd46974e890a6b13d9788bf02f5ef9c6c37 /extra/cifs-utils/PKGBUILD | |
parent | e9eb2503b10fe4c4aefbee39226c8962d72d58bd (diff) |
Fri Jul 5 01:40:49 PDT 2013
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 9ef539758..321a08d28 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) 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') |