mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/samba to 4.16.0-3
This commit is contained in:
parent
e2e7646206
commit
61f955dde6
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
pkgbase=samba
|
||||
pkgname=('smbclient' 'samba')
|
||||
pkgver=4.16.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=(x86_64)
|
||||
url="https://www.samba.org"
|
||||
license=('GPL3')
|
||||
|
@ -25,6 +25,7 @@ makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 'pkg-co
|
|||
'liburing' 'perl-json')
|
||||
optdepends=(
|
||||
'python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup'
|
||||
'python-markdown: for samba-tool domain schemeupgrade'
|
||||
)
|
||||
source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
|
||||
samba.logrotate
|
||||
|
@ -87,7 +88,7 @@ build() {
|
|||
package_smbclient() {
|
||||
pkgdesc="Tools to access a server's filespace and printers via SMB"
|
||||
depends=('popt' 'cifs-utils' 'tdb' 'ldb'
|
||||
'tevent' 'libgcrypt' 'python' 'python-markdown' 'python-dnspython' 'talloc' 'readline' 'gnutls'
|
||||
'tevent' 'libgcrypt' 'python' 'talloc' 'readline' 'gnutls'
|
||||
'libbsd' 'libldap' 'libcups' 'libarchive' 'libnsl' 'jansson'
|
||||
'libldb.so' 'libtdb.so' 'libtevent.so' 'libreadline.so' 'icu')
|
||||
replaces=('libwbclient')
|
||||
|
|
Loading…
Reference in a new issue