[arch-commits] Commit in python-llfuse/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Sep 3 18:44:46 UTC 2022
Date: Saturday, September 3, 2022 @ 18:44:46
Author: arojas
Revision: 1292679
upgpkg: python-llfuse 1.4.2-1: Update to 1.4.2
Modified:
python-llfuse/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 18:43:59 UTC (rev 1292678)
+++ PKGBUILD 2022-09-03 18:44:46 UTC (rev 1292679)
@@ -2,8 +2,8 @@
# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
pkgname=python-llfuse
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+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=('d61219aac140b4f70e73ab6d1ee5398e')
+md5sums=('808f29b83615b0e8445c2a59c58dba73')
prepare() {
cd "${srcdir}/llfuse-${pkgver}"
More information about the arch-commits
mailing list