Date: Friday, March 2, 2012 @ 03:41:52 Author: tpowa Revision: 151752
upgpkg: cifs-utils 5.3-2 remove wrong uid and gid in samba start script #28240, splitted libwbclient for cifs-utils Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-02 07:58:39 UTC (rev 151751) +++ PKGBUILD 2012-03-02 08:41:52 UTC (rev 151752) @@ -2,14 +2,13 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils pkgver=5.3 -pkgrel=1 +pkgrel=2 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) url="http://wiki.samba.org/index.php/LinuxCIFS_utils" license=('GPL') -depends=('libcap-ng' 'keyutils' 'krb5' 'talloc') +depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient') source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2) -# deinstall smbclient first! build() { cd "$srcdir/$pkgname-$pkgver"
