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

Felix Yan felixonmars at archlinux.org
Thu Jun 10 22:42:49 UTC 2021


    Date: Thursday, June 10, 2021 @ 22:42:49
  Author: felixonmars
Revision: 961842

archrelease: copy trunk to community-x86_64

Added:
  s3fs-fuse/repos/community-x86_64/PKGBUILD
    (from rev 961841, 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-06-10 22:42:38 UTC (rev 961841)
+++ PKGBUILD	2021-06-10 22:42:49 UTC (rev 961842)
@@ -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.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
-}

Copied: s3fs-fuse/repos/community-x86_64/PKGBUILD (from rev 961841, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 22:42:49 UTC (rev 961842)
@@ -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.89
+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=('650a7ea4d9197f310d8c24d76460a47e62e1d467b68dab0c78041c8e7dbb49c3983893680e53fe5f01a578fff96d2723b547fbd62d8f3efbc5188207da9d4e97')
+
+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