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

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 27 20:24:00 UTC 2021


    Date: Wednesday, October 27, 2021 @ 20:23:59
  Author: arojas
Revision: 1034791

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 20:23:50 UTC (rev 1034790)
+++ PKGBUILD	2021-10-27 20:23:59 UTC (rev 1034791)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
-
-pkgname=unionfs-fuse
-pkgver=2.1
-pkgrel=2
-pkgdesc="A user space unionfs implementation"
-arch=('x86_64')
-url="https://github.com/rpodgorny/unionfs-fuse"
-license=('BSD')
-depends=('fuse2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
-sha256sums=('c705072a33a18cbc73ffe799331d43410b6deef5d6f2042038f8fd3ab17b6e2e')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: unionfs-fuse/repos/community-x86_64/PKGBUILD (from rev 1034790, unionfs-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-27 20:23:59 UTC (rev 1034791)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
+
+pkgname=unionfs-fuse
+pkgver=2.2
+pkgrel=1
+pkgdesc="A user space unionfs implementation"
+arch=('x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse"
+license=('BSD')
+depends=('fuse2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
+sha256sums=('248a0fee9979146b79b05fc728621869da5936c1f43a27e36e7515b301817e43')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list