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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Apr 12 15:08:46 UTC 2020


    Date: Sunday, April 12, 2020 @ 15:08:45
  Author: aginiewicz
Revision: 613422

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-12 15:08:38 UTC (rev 613421)
+++ PKGBUILD	2020-04-12 15:08:45 UTC (rev 613422)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
-
-pkgname=unionfs-fuse
-pkgver=2.0
-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")
-md5sums=('40411d156ea7fa0e7cd0a8ec6fe60e70')
-
-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 613421, unionfs-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-12 15:08:45 UTC (rev 613422)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
+
+pkgname=unionfs-fuse
+pkgver=2.1
+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=('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
+}
+



More information about the arch-commits mailing list