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

Antonio Rojas arojas at archlinux.org
Mon Aug 8 16:45:00 UTC 2016


    Date: Monday, August 8, 2016 @ 16:45:00
  Author: arojas
Revision: 186067

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-08 16:44:24 UTC (rev 186066)
+++ community-i686/PKGBUILD	2016-08-08 16:45:00 UTC (rev 186067)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=sshfs
-pkgver=2.7
-_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')
-makedepends=('pkg-config')
-source=(https://github.com/libfuse/sshfs/archive/$pkgname-$pkgver.tar.gz)
-md5sums=('5e803dc318d4b2bfa82d274323fa99a2')
-
-build() {
-  cd sshfs-sshfs-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd sshfs-sshfs-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: sshfs/repos/community-i686/PKGBUILD (from rev 186066, sshfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-08 16:45:00 UTC (rev 186067)
@@ -0,0 +1,27 @@
+# $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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-08 16:44:24 UTC (rev 186066)
+++ community-x86_64/PKGBUILD	2016-08-08 16:45:00 UTC (rev 186067)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=sshfs
-pkgver=2.7
-_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')
-makedepends=('pkg-config')
-source=(https://github.com/libfuse/sshfs/archive/$pkgname-$pkgver.tar.gz)
-md5sums=('5e803dc318d4b2bfa82d274323fa99a2')
-
-build() {
-  cd sshfs-sshfs-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd sshfs-sshfs-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: sshfs/repos/community-x86_64/PKGBUILD (from rev 186066, sshfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-08 16:45:00 UTC (rev 186067)
@@ -0,0 +1,27 @@
+# $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
+}



More information about the arch-commits mailing list