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

Antonio Rojas arojas at gemini.archlinux.org
Wed Nov 3 21:16:20 UTC 2021


    Date: Wednesday, November 3, 2021 @ 21:16:20
  Author: arojas
Revision: 1035679

Update to 1.4.1

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 21:14:35 UTC (rev 1035678)
+++ PKGBUILD	2021-11-03 21:16:20 UTC (rev 1035679)
@@ -2,8 +2,8 @@
 # Contributor: Brendan MacDonell <macdonellba at gmail dot com>
 
 pkgname=python-llfuse
-pkgver=1.3.8
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('x86_64')
 url="https://github.com/python-llfuse/python-llfuse/"
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest')
 options=(!emptydirs)
 source=("https://files.pythonhosted.org/packages/source/l/llfuse/llfuse-$pkgver.tar.gz")
-md5sums=('c83b01b3537cfbeb85c085ab0c6c3577')
+md5sums=('d61219aac140b4f70e73ab6d1ee5398e')
 
 prepare() {
   cd "${srcdir}/llfuse-${pkgver}"



More information about the arch-commits mailing list