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

Jelle van der Waa jelle at archlinux.org
Mon Aug 19 18:54:44 UTC 2019


    Date: Monday, August 19, 2019 @ 18:54:43
  Author: jelle
Revision: 500210

upgpkg: btfs 2.19-2

Switch optdepend to python3 since it's supported.

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-19 18:53:28 UTC (rev 500209)
+++ PKGBUILD	2019-08-19 18:54:43 UTC (rev 500210)
@@ -2,7 +2,7 @@
 
 pkgname=btfs
 pkgver=2.19
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('x86_64')
 url="https://github.com/johang/btfs"
@@ -9,13 +9,12 @@
 license=('GPL')
 depends=('fuse2' 'libtorrent-rasterbar' 'curl')
 makedepends=('boost')
-optdepends=('python2: for btplay')
+optdepends=('python: for btplay')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
 sha512sums=('e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
   autoreconf -i
 }
 



More information about the arch-commits mailing list