summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-07-29 11:09:09 -0600
committerMark Wagie2023-07-29 11:09:09 -0600
commita50660e84a0925910afaed310462ad4592494511 (patch)
tree07e2daddfcfbc2461dc2a20565a91d39af7129c0
parent8a1838136eb310c03ff477accee53df02cffaeb5 (diff)
downloadaur-a50660e84a0925910afaed310462ad4592494511.tar.gz
signature removed upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e11d27faeef..925b37862677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-userspacefs
pkgdesc = Cross-platform user-space file systems for Python
pkgver = 2.0.5
- pkgrel = 3
+ pkgrel = 4
url = https://thelig.ht/code/userspacefs
arch = any
license = GPL3
@@ -11,9 +11,6 @@ pkgbase = python-userspacefs
makedepends = python-wheel
depends = python-fusepyng
source = https://files.pythonhosted.org/packages/source/u/userspacefs/userspacefs-2.0.5.tar.gz
- source = https://files.pythonhosted.org/packages/source/u/userspacefs/userspacefs-2.0.5.tar.gz.asc
- validpgpkeys = 584EDA5AAC13B9FBFB13F678A6A5398DACC9C15C
sha256sums = 5d6f5ffa6d39488f1c7437c5eaae8fabf4916caceab483a3173a18e6789b186c
- sha256sums = SKIP
pkgname = python-userspacefs
diff --git a/PKGBUILD b/PKGBUILD
index cc386cda6ac6..a7298bf82c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
pkgname=python-userspacefs
_name=${pkgname#python-}
pkgver=2.0.5
-pkgrel=3
+pkgrel=4
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')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"{,.asc})
-sha256sums=('5d6f5ffa6d39488f1c7437c5eaae8fabf4916caceab483a3173a18e6789b186c'
- 'SKIP')
-validpgpkeys=('584EDA5AAC13B9FBFB13F678A6A5398DACC9C15C') # Rian Hunter <rian@thelig.ht>
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('5d6f5ffa6d39488f1c7437c5eaae8fabf4916caceab483a3173a18e6789b186c')
build() {
cd "$_name-$pkgver"