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

Jan de Groot jgc at archlinux.org
Tue May 5 12:48:14 UTC 2020


    Date: Tuesday, May 5, 2020 @ 12:48:13
  Author: jgc
Revision: 382294

upgpkg: gvfs 1.44.1-3: Build with new smbclient (FS#66474)

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 11:15:30 UTC (rev 382293)
+++ PKGBUILD	2020-05-05 12:48:13 UTC (rev 382294)
@@ -4,7 +4,7 @@
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
 pkgver=1.44.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs"
 arch=(x86_64)
@@ -113,7 +113,7 @@
 
 package_gvfs-smb() {
   pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
+  depends=("gvfs=$pkgver" 'smbclient>=4.12.0')
 
   mv "$srcdir/smb" "$pkgdir/usr"
 }



More information about the arch-commits mailing list