summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-06 08:23:52 -0600
committerMark Wagie2022-08-06 08:23:52 -0600
commit8a1838136eb310c03ff477accee53df02cffaeb5 (patch)
treebe003569799bacea357cace8a9dd9cedad54f4bf
parentb10c26bf6b97bc7df83591af05ff057d564a35c7 (diff)
downloadaur-8a1838136eb310c03ff477accee53df02cffaeb5.tar.gz
fix typo
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a03e7383314..4e11d27faeef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-userspacefs
pkgdesc = Cross-platform user-space file systems for Python
pkgver = 2.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://thelig.ht/code/userspacefs
arch = any
license = GPL3
makedepends = python-build
- makedepends = python-installerpython-setuptools
+ makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python-fusepyng
source = https://files.pythonhosted.org/packages/source/u/userspacefs/userspacefs-2.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 940920cce596..cc386cda6ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-userspacefs
_name=${pkgname#python-}
pkgver=2.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Cross-platform user-space file systems for Python"
arch=('any')
url="https://thelig.ht/code/userspacefs"
license=('GPL3')
depends=('python-fusepyng')
-makedepends=('python-build' 'python-installer''python-setuptools' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"{,.asc})
sha256sums=('5d6f5ffa6d39488f1c7437c5eaae8fabf4916caceab483a3173a18e6789b186c'
'SKIP')