Date: Sunday, October 2, 2022 @ 21:18:29
  Author: arojas
Revision: 1320723

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-02 21:18:19 UTC (rev 1320722)
+++ PKGBUILD    2022-10-02 21:18:29 UTC (rev 1320723)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# 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
-}
-

Copied: unionfs-fuse/repos/community-x86_64/PKGBUILD (from rev 1320722, 
unionfs-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-02 21:18:29 UTC (rev 1320723)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
+
+pkgname=unionfs-fuse
+pkgver=3.2
+pkgrel=1
+pkgdesc="A user space unionfs implementation"
+arch=('x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse";
+license=('BSD')
+depends=('fuse3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz";)
+sha256sums=('16a4de448dd696443dd508c4217c2bf13a829f3497e1a0e9fa6f09487ac466c1')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Reply via email to