[arch-commits] Commit in samba/trunk (PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Wed Mar 30 10:45:28 UTC 2022


    Date: Wednesday, March 30, 2022 @ 10:45:28
  Author: tpowa
Revision: 440975

upgpkg: samba 4.16.0-3: fix #73492

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 10:26:49 UTC (rev 440974)
+++ PKGBUILD	2022-03-30 10:45:28 UTC (rev 440975)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.16.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://www.samba.org"
 license=('GPL3')
@@ -22,6 +22,7 @@
              'ceph-libs' '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
@@ -84,7 +85,7 @@
 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')



More information about the arch-commits mailing list