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

Lukas Fleischer lfleischer at archlinux.org
Wed Oct 3 06:56:05 UTC 2018


    Date: Wednesday, October 3, 2018 @ 06:56:04
  Author: lfleischer
Revision: 389112

upgpkg: python-llfuse 1.3.5-1

Upstream update.

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 06:46:22 UTC (rev 389111)
+++ PKGBUILD	2018-10-03 06:56:04 UTC (rev 389112)
@@ -3,8 +3,8 @@
 
 pkgbase=python-llfuse
 pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.4
-pkgrel=3
+pkgver=1.3.5
+pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('x86_64')
 url="https://bitbucket.org/nikratio/python-llfuse/"
@@ -13,23 +13,9 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 'cython')
 checkdepends=('python-pytest' 'python2-pytest')
 options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2"
-        "https://github.com/python-llfuse/python-llfuse/commit/dfb7d2ba3db8131cd348800c8d91df11bf930324.patch"
-        "llfuse-xattr-2.4.48.patch::https://github.com/python-llfuse/python-llfuse/pull/3.patch")
-md5sums=('43a123c46d5438f15cd6bcafa16a0094'
-         '398b6c1b73427454d8839788426de7a9'
-         'aba45413f7426ae8e93b654ebbfb9dc0')
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2")
+md5sums=('9fbb82c0db909d139f9fafa27c76781e')
 
-prepare() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  patch -p1 -i ../llfuse-xattr-2.4.48.patch
-  # don't use -Werror
-  patch -p1 -i ../dfb7d2ba3db8131cd348800c8d91df11bf930324.patch
-
-  python setup.py build_cython
-}
-
 build() {
   cd "${srcdir}/llfuse-${pkgver}"
 



More information about the arch-commits mailing list