[arch-commits] Commit in btfs/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sat Aug 5 14:28:46 UTC 2017


    Date: Saturday, August 5, 2017 @ 14:28:45
  Author: felixonmars
Revision: 248696

archrelease: copy trunk to community-i686, community-x86_64

Added:
  btfs/repos/community-i686/PKGBUILD
    (from rev 248695, btfs/trunk/PKGBUILD)
  btfs/repos/community-x86_64/PKGBUILD
    (from rev 248695, btfs/trunk/PKGBUILD)
Deleted:
  btfs/repos/community-i686/PKGBUILD
  btfs/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-05 14:28:18 UTC (rev 248695)
+++ community-i686/PKGBUILD	2017-08-05 14:28:45 UTC (rev 248696)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=btfs
-pkgver=2.14
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs"
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
-sha512sums=('f5034e1f8c247324ebb612656d3d06eb87ba468e95dba2421108bb7e91ac5ddd19588bc1263d80be8af55e30acdb65e3ff07b5562f97e4bb8d595ac9f3d2746b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-i686/PKGBUILD (from rev 248695, btfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-05 14:28:45 UTC (rev 248696)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=btfs
+pkgver=2.15
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs"
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
+sha512sums=('c95ce2161d5493a3145b5381af83f4c1990f6036a554c5571efdb490d6bac217163b52369cce0c50885eaad0a0a8139e798d25eb55722438535c0241546e50fc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-05 14:28:18 UTC (rev 248695)
+++ community-x86_64/PKGBUILD	2017-08-05 14:28:45 UTC (rev 248696)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=btfs
-pkgver=2.14
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs"
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
-sha512sums=('f5034e1f8c247324ebb612656d3d06eb87ba468e95dba2421108bb7e91ac5ddd19588bc1263d80be8af55e30acdb65e3ff07b5562f97e4bb8d595ac9f3d2746b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 248695, btfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-05 14:28:45 UTC (rev 248696)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=btfs
+pkgver=2.15
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs"
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
+sha512sums=('c95ce2161d5493a3145b5381af83f4c1990f6036a554c5571efdb490d6bac217163b52369cce0c50885eaad0a0a8139e798d25eb55722438535c0241546e50fc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list