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

Felix Yan felixonmars at archlinux.org
Fri May 28 15:52:16 UTC 2021


    Date: Friday, May 28, 2021 @ 15:52:16
  Author: felixonmars
Revision: 949976

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-28 15:51:59 UTC (rev 949975)
+++ PKGBUILD	2021-05-28 15:52:16 UTC (rev 949976)
@@ -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.87
-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=('654e96f080423b79403f31380157d3410f4f253648e6f024c271e3b48ec814c3373caf375ea6365e47f36b62cf602c9de1ab75b8e24d99dd37b19c158b12e5e1')
-
-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 949975, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-28 15:52:16 UTC (rev 949976)
@@ -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.88
+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=('e4bee4aa7a49effe9c4087e5841a0e0787cb7553d7037e0096f681fd588e9b35dbf8f4687f71e3360e7cde12e6820787dfe7565f845790719150350e7c473604')
+
+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