[arch-commits] Commit in sshfs/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Apr 18 06:47:44 UTC 2017


    Date: Tuesday, April 18, 2017 @ 06:47:42
  Author: arojas
Revision: 223694

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 --------------------
 community-x86_64/PKGBUILD |   27 --------------------
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-18 06:47:21 UTC (rev 223693)
+++ community-i686/PKGBUILD	2017-04-18 06:47:42 UTC (rev 223694)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=sshfs
-pkgver=2.8
-_tag=sshfs_${pkgver/./_}
-pkgrel=1
-pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=('i686' 'x86_64')
-url="http://github.com/libfuse/sshfs"
-license=('GPL')
-depends=('fuse' 'glib2' 'openssh')
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs_$pkgver/sshfs-$pkgver.tar.gz)
-md5sums=('0ba25e848ee59e2595d6576c8f6284b6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: sshfs/repos/community-i686/PKGBUILD (from rev 223693, sshfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-18 06:47:42 UTC (rev 223694)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=sshfs
+pkgver=2.9
+_tag=sshfs_${pkgver/./_}
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=('i686' 'x86_64')
+url="http://github.com/libfuse/sshfs"
+license=('GPL')
+depends=('fuse2' 'glib2' 'openssh')
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de'
+            'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-18 06:47:21 UTC (rev 223693)
+++ community-x86_64/PKGBUILD	2017-04-18 06:47:42 UTC (rev 223694)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=sshfs
-pkgver=2.8
-_tag=sshfs_${pkgver/./_}
-pkgrel=1
-pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=('i686' 'x86_64')
-url="http://github.com/libfuse/sshfs"
-license=('GPL')
-depends=('fuse' 'glib2' 'openssh')
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs_$pkgver/sshfs-$pkgver.tar.gz)
-md5sums=('0ba25e848ee59e2595d6576c8f6284b6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: sshfs/repos/community-x86_64/PKGBUILD (from rev 223693, sshfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-18 06:47:42 UTC (rev 223694)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=sshfs
+pkgver=2.9
+_tag=sshfs_${pkgver/./_}
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=('i686' 'x86_64')
+url="http://github.com/libfuse/sshfs"
+license=('GPL')
+depends=('fuse2' 'glib2' 'openssh')
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de'
+            'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list