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

Felix Yan felixonmars at archlinux.org
Tue Sep 18 09:30:34 UTC 2018


    Date: Tuesday, September 18, 2018 @ 09:30:34
  Author: felixonmars
Revision: 382982

commit new version, ready to move pkgbase

Modified:
  python2-fuse/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 09:30:16 UTC (rev 382981)
+++ PKGBUILD	2018-09-18 09:30:34 UTC (rev 382982)
@@ -1,21 +1,22 @@
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Chris Brannon <cmbrannon79 at gmail.com>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk at gmail.com>
 
 pkgname=python2-fuse
-pkgver=0.2.1
-pkgrel=6
+pkgver=0.3.1
+pkgrel=1
 arch=('x86_64')
 pkgdesc="Python bindings for FUSE"
-url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
+url="https://github.com/libfuse/python-fuse"
 license=('LGPL')
 depends=('fuse2' 'python2')
 replaces=('python-fuse')
 conflicts=('python-fuse')
-makedepends=('pkgconfig')
-source=("https://github.com/libfuse/python-fuse/releases/download/$pkgver/fuse-python-$pkgver.tar.gz")
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')
+makedepends=('python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz")
+sha512sums=('9d9c5c2311ac04291ce822dfece108f8')
 
 package() {
   cd "$srcdir/fuse-python-$pkgver"



More information about the arch-commits mailing list