Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-llfuse
Commits:
f1b4f27d by Antonio Rojas at 2023-08-30T09:46:43+02:00
upgpkg: 1.5.0-1: Update to 1.5.0
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
pkgname=python-llfuse
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.5.0
+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 @@ makedepends=('python-setuptools' 'cython')
checkdepends=('python-pytest')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/l/llfuse/llfuse-$pkgver.tar.gz")
-sha256sums=('ea4d19297be0ddbc5db68b421aa649c737a351f9c809919385a118c217c33083')
+sha256sums=('d094448bb4eb20099537be53dc2b5b2c0369d36bde09207a9bb228cc3cd58ee1')
prepare() {
cd "${srcdir}/llfuse-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llfuse/-/commit/f1b4f27d7f0338164b25a3b8a14964b2fd69fcd3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llfuse/-/commit/f1b4f27d7f0338164b25a3b8a14964b2fd69fcd3
You're receiving this email because of your account on gitlab.archlinux.org.