Date: Monday, March 4, 2019 @ 18:24:25
  Author: grazzolini
Revision: 437571

upgpkg: sshfs 3.5.1-2

use-https-in-the-url-field

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-04 18:22:35 UTC (rev 437570)
+++ PKGBUILD    2019-03-04 18:24:25 UTC (rev 437571)
@@ -4,10 +4,10 @@
 
 pkgname=sshfs
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=('x86_64')
-url="http://github.com/libfuse/sshfs";
+url="https://github.com/libfuse/sshfs";
 license=(GPL)
 depends=(fuse3 glib2 openssh)
 makedepends=('meson' 'python-docutils')

Reply via email to