Date: Monday, December 19, 2022 @ 10:03:46
  Author: tpowa
Revision: 464594

upgpkg: cifs-utils 7.0-2: add python as optdepend for smb2-quota and smbinfo

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-19 10:00:22 UTC (rev 464593)
+++ PKGBUILD    2022-12-19 10:03:46 UTC (rev 464594)
@@ -1,13 +1,14 @@
 # Maintainer: Tobias Powalowski <[email protected]>
 pkgname=cifs-utils
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="CIFS filesystem user-space tools"
 arch=(x86_64)
 url="https://wiki.samba.org/index.php/LinuxCIFS_utils";
 license=('GPL')
-depends=('libcap' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+depends=('libcap' 'keyutils' 'krb5' 'talloc' 'pam' 'libwbclient')
 makedepends=('python-docutils')
+optdepends=('python: for smb2-quota and smbinfo script')
 
source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
 
 validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key <[email protected]>

Reply via email to