aur/samba4: new dependency cifs-utils4 to avoid conflicts

This commit is contained in:
moonman 2013-03-01 06:37:45 -07:00
parent 36ef5345b0
commit e27fcf411c

View file

@ -16,7 +16,7 @@ pkgver=4.0.3
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
_realver=4.0.3
pkgrel=3
pkgrel=4
arch=('arm')
url="http://www.samba.org"
license=('GPL3')
@ -103,7 +103,7 @@ conflicts=('libwbclient')
package_smbclient4() {
pkgdesc="Tools to access a server's filespace and printers via SMB"
depends=('popt' 'cifs-utils' 'tdb' 'libwbclient4>=4.0.2-1' 'ldb>=1.1.15'
depends=('popt' 'cifs-utils4' 'tdb' 'libwbclient4>=4.0.2-1' 'ldb>=1.1.15'
'tevent' 'talloc' 'readline' 'gnutls' 'openldap' 'libcups' 'dnsutils')
conflicts=('smbclient')
_smbclient_bins=('smbclient' 'smbclient4' 'rpcclient' 'smbspool'