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

Felix Yan felixonmars at archlinux.org
Thu Feb 13 17:15:05 UTC 2020


    Date: Thursday, February 13, 2020 @ 17:15:05
  Author: felixonmars
Revision: 570644

archrelease: copy trunk to community-x86_64

Added:
  s3fs-fuse/repos/community-x86_64/PKGBUILD
    (from rev 570643, s3fs-fuse/trunk/PKGBUILD)
Deleted:
  s3fs-fuse/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 17:14:51 UTC (rev 570643)
+++ PKGBUILD	2020-02-13 17:15:05 UTC (rev 570644)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: David Roheim <david dot roheim at gmail dot com>
-# Contributor: Chris Heien <chris.h.heien at gmail.com>
-# Contributor: Jonny Gerold <jonny at fsk141.com>
-
-pkgname=s3fs-fuse
-pkgver=1.85
-pkgrel=1
-pkgdesc="FUSE-based file system backed by Amazon S3"
-arch=('x86_64')
-url="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
-license=('GPL2')
-depends=('fuse2' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz")
-sha256sums=('c4b48c0aba6565b9531c251d42a6a475a7e845909a3017b61d9c945b15cc008f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: s3fs-fuse/repos/community-x86_64/PKGBUILD (from rev 570643, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-13 17:15:05 UTC (rev 570644)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: David Roheim <david dot roheim at gmail dot com>
+# Contributor: Chris Heien <chris.h.heien at gmail.com>
+# Contributor: Jonny Gerold <jonny at fsk141.com>
+
+pkgname=s3fs-fuse
+pkgver=1.86
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
+license=('GPL2')
+depends=('fuse2' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz")
+sha512sums=('a4f79d9ae526427d5d41b5cd1519e4aac605e8bbd97079aec2a67562f0322fa5664d770d565aed4fca83ae254ab3c0454d25f4b86ec4d148a57c7745e07f5e14')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list