[arch-commits] Commit in unionfs-fuse/repos (4 files)
Andrzej Giniewicz
aginiewicz at archlinux.org
Fri Nov 25 15:17:20 UTC 2016
Date: Friday, November 25, 2016 @ 15:17:20
Author: aginiewicz
Revision: 196864
archrelease: copy trunk to community-i686, community-x86_64
Added:
unionfs-fuse/repos/community-i686/PKGBUILD
(from rev 196863, unionfs-fuse/trunk/PKGBUILD)
unionfs-fuse/repos/community-x86_64/PKGBUILD
(from rev 196863, unionfs-fuse/trunk/PKGBUILD)
Deleted:
unionfs-fuse/repos/community-i686/PKGBUILD
unionfs-fuse/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 26 ----------------------
community-x86_64/PKGBUILD | 26 ----------------------
3 files changed, 52 insertions(+), 52 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-11-25 15:17:14 UTC (rev 196863)
+++ community-i686/PKGBUILD 2016-11-25 15:17:20 UTC (rev 196864)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
-
-pkgname=unionfs-fuse
-pkgver=1.0
-pkgrel=1
-pkgdesc="A user space unionfs implementation"
-arch=('i686' 'x86_64')
-url="https://github.com/rpodgorny/unionfs-fuse"
-license=('BSD')
-depends=('fuse')
-source=("https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
-md5sums=('598590fb452129c413572ed79824c68a')
-
-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-i686/PKGBUILD (from rev 196863, unionfs-fuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 15:17:20 UTC (rev 196864)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
+
+pkgname=unionfs-fuse
+pkgver=2.0
+pkgrel=1
+pkgdesc="A user space unionfs implementation"
+arch=('i686' 'x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse"
+license=('BSD')
+depends=('fuse')
+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
+}
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-11-25 15:17:14 UTC (rev 196863)
+++ community-x86_64/PKGBUILD 2016-11-25 15:17:20 UTC (rev 196864)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
-
-pkgname=unionfs-fuse
-pkgver=1.0
-pkgrel=1
-pkgdesc="A user space unionfs implementation"
-arch=('i686' 'x86_64')
-url="https://github.com/rpodgorny/unionfs-fuse"
-license=('BSD')
-depends=('fuse')
-source=("https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
-md5sums=('598590fb452129c413572ed79824c68a')
-
-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 196863, unionfs-fuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-11-25 15:17:20 UTC (rev 196864)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
+
+pkgname=unionfs-fuse
+pkgver=2.0
+pkgrel=1
+pkgdesc="A user space unionfs implementation"
+arch=('i686' 'x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse"
+license=('BSD')
+depends=('fuse')
+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
+}
+
More information about the arch-commits
mailing list