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

Felix Yan fyan at archlinux.org
Thu Feb 25 15:40:09 UTC 2016


    Date: Thursday, February 25, 2016 @ 16:40:09
  Author: fyan
Revision: 163422

upgpkg: btfs 2.8-1

Modified:
  btfs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 15:40:04 UTC (rev 163421)
+++ PKGBUILD	2016-02-25 15:40:09 UTC (rev 163422)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=btfs
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
 prepare() {
   cd "$srcdir/$pkgname"
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' scripts/btplay
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
 }
 
 build() {



More information about the arch-commits mailing list