summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-04-29 10:26:57 -0600
committerMark Wagie2024-04-29 10:26:57 -0600
commit6e5a87cdbeaee1206434247664a427e056ae66c3 (patch)
treebc809aad9fa8ec6def6708abac1e5c7699c257e4 /PKGBUILD
parentb25490bd125538205e15b4f3673b7b0b08588ae8 (diff)
downloadaur-python-userspacefs.tar.gz
3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa8fc8675d45..f2d2cb06c983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-userspacefs
_name=${pkgname#python-}
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Cross-platform user-space file systems for Python"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-aiohttp' 'python-typing_extensions')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
conflicts=('python-fusepyng')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('7d10855c478fe059ee093f98c33797f69afe4239b6391285dfa89412503ea1c8')
+sha256sums=('e744f97495402051dcc5d51dc6a920149c683b944d1c4544846c84f75b56cb5b')
build() {
cd "$_name-$pkgver"