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 <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Chris Brannon <[email protected]>
 # Contributor: Jaroslaw Swierczynski <[email protected]>
 # Contributor: Alexander Fehr <[email protected]>
 
 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"

Reply via email to