[arch-commits] Commit in btfs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 28 15:04:44 UTC 2017


    Date: Friday, July 28, 2017 @ 15:04:44
  Author: felixonmars
Revision: 246706

upgpkg: btfs 2.14-1

Modified:
  btfs/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-28 15:00:06 UTC (rev 246705)
+++ PKGBUILD	2017-07-28 15:04:44 UTC (rev 246706)
@@ -2,31 +2,31 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=btfs
-pkgver=2.13
-pkgrel=3
+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=('git' 'boost')
+makedepends=('boost')
 optdepends=('python2: for btplay')
-source=("git://github.com/johang/btfs.git#tag=v$pkgver")
-md5sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
+sha512sums=('f5034e1f8c247324ebb612656d3d06eb87ba468e95dba2421108bb7e91ac5ddd19588bc1263d80be8af55e30acdb65e3ff07b5562f97e4bb8d595ac9f3d2746b')
 
 prepare() {
-  cd "$srcdir/$pkgname"
+  cd $pkgname-$pkgver
   sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
 }
 
 build() {
-  cd "$srcdir/$pkgname"
-  autoreconf -i
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list