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

Felix Yan felixonmars at archlinux.org
Tue Dec 13 04:14:34 UTC 2016


    Date: Tuesday, December 13, 2016 @ 04:14:34
  Author: felixonmars
Revision: 199091

upgpkg: python2-fuse 0.2.1-6

fix source link and update fuse2 dependency

Modified:
  python2-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 04:11:21 UTC (rev 199090)
+++ PKGBUILD	2016-12-13 04:14:34 UTC (rev 199091)
@@ -6,16 +6,16 @@
 
 pkgname=python2-fuse
 pkgver=0.2.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 pkgdesc="Python bindings for FUSE"
 url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
 license=('LGPL')
-depends=('fuse' 'python2')
+depends=('fuse2' 'python2')
 replaces=('python-fuse')
 conflicts=('python-fuse')
 makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
+source=("https://github.com/libfuse/python-fuse/releases/download/$pkgver/fuse-python-$pkgver.tar.gz")
 md5sums=('9d9c5c2311ac04291ce822dfece108f8')
 
 package() {



More information about the arch-commits mailing list