[arch-commits] Commit in sshfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Giancarlo Razzolini grazzolini at gemini.archlinux.org
Thu May 26 16:39:19 UTC 2022


    Date: Thursday, May 26, 2022 @ 16:39:19
  Author: grazzolini
Revision: 1210674

archrelease: copy trunk to community-x86_64

Added:
  sshfs/repos/community-x86_64/PKGBUILD
    (from rev 1210673, sshfs/trunk/PKGBUILD)
Deleted:
  sshfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 37 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-26 16:38:43 UTC (rev 1210673)
+++ PKGBUILD	2022-05-26 16:39:19 UTC (rev 1210674)
@@ -1,41 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=sshfs
-pkgver=3.7.2
-pkgrel=2
-pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=('x86_64')
-url="https://github.com/libfuse/sshfs"
-license=(GPL)
-depends=(fuse3 glib2 openssh)
-makedepends=('meson' 'python-docutils')
-source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc}
-        https://github.com/libfuse/sshfs/commit/508e8cb0.patch)
-sha256sums=('1c596d42724d13aeba9f49ee127b8ef2fdeb813e25c6018f92d0c9ec4754fa2d'
-            'SKIP'
-            '629f0f07e1efd6c8251750c29981f106caa8fc4e12338c2092376054bfec059b')
-validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 -i ../508e8cb0.patch # Fix typo that prevents passing the PubkeyAcceptedKeyTypes option to ssh
-
-  rm -rf build
-  mkdir build
-  cd build
-  arch-meson ..
-}
-
-build() {
-  cd $pkgname-$pkgver/build
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sshfs/repos/community-x86_64/PKGBUILD (from rev 1210673, sshfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-26 16:39:19 UTC (rev 1210674)
@@ -0,0 +1,37 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=sshfs
+pkgver=3.7.3
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=('x86_64')
+url="https://github.com/libfuse/sshfs"
+license=(GPL)
+depends=(fuse3 glib2 openssh)
+makedepends=('meson' 'python-docutils')
+source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('5218ce7bdd2ce0a34137a0d7798e0f6d09f0e6d21b1e98ee730a18b0699c2e99'
+            'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  rm -rf build
+  mkdir build
+  cd build
+  arch-meson ..
+}
+
+build() {
+  cd $pkgname-$pkgver/build
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list