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

Antonio Rojas arojas at archlinux.org
Sat Sep 22 09:09:06 UTC 2018


    Date: Saturday, September 22, 2018 @ 09:09:05
  Author: arojas
Revision: 335223

Move jansson dependency to smbclient (FS#58085)

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-22 09:08:49 UTC (rev 335222)
+++ PKGBUILD	2018-09-22 09:09:05 UTC (rev 335223)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://www.samba.org"
 license=('GPL3')
@@ -114,7 +114,7 @@
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 depends=('popt' 'cifs-utils' 'tdb' "libwbclient>=$pkgver" 'ldb'
          'tevent' 'libgcrypt' 'python2' 'talloc' 'readline' 'gnutls' 
-         'libbsd' 'libldap' 'libcups' 'gamin' 'libarchive' 'libnsl')
+         'libbsd' 'libldap' 'libcups' 'gamin' 'libarchive' 'libnsl' 'jansson')
 
     _smbclient_bins=('smbclient' 'rpcclient' 'smbspool'
                      'smbtree' 'smbcacls' 'smbcquotas' 'smbget' 'net'
@@ -169,7 +169,7 @@
 package_samba() {
 pkgdesc="SMB Fileserver and AD Domain server"
 depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gamin' 'gnutls>=2.4.1'
-         'talloc' 'ldb' 'libbsd' 'python2' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme' 'jansson')
+         'talloc' 'ldb' 'libbsd' 'python2' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme')
 backup=(etc/logrotate.d/samba
         etc/pam.d/samba
         etc/samba/smb.conf



More information about the arch-commits mailing list