mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
aur/samba4: new dependency cifs-utils4 to avoid conflicts
This commit is contained in:
parent
36ef5345b0
commit
e27fcf411c
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue