summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2020-01-23 10:11:15 -0700
committeryochananmarqos2020-01-23 10:11:15 -0700
commitb650ea32e1496e2d810fc8759c1d5e462fb35c14 (patch)
treecac80693424471c80c514cc260eea6d0e1404249 /PKGBUILD
parent97fba2ef7163289f9e7d69e7bc8a421a8258a37e (diff)
downloadaur-b650ea32e1496e2d810fc8759c1d5e462fb35c14.tar.gz
added PGP sig
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 504df8cde18d..ee58acaa8dee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,17 @@
pkgname=python-userspacefs
_name=userspacefs
pkgver=1.0.13
-pkgrel=3
+pkgrel=4
pkgdesc="Cross-platform user-space file systems for Python"
arch=('any')
url="https://github.com/rianhunter/userspacefs"
license=('GPL3')
depends=('python-fusepyng')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('5f4cffa4a40dbedc362544f2802d9806b3d435f8e615bb313c75f0eea528df4f')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"{,.asc})
+sha256sums=('5f4cffa4a40dbedc362544f2802d9806b3d435f8e615bb313c75f0eea528df4f'
+ 'SKIP')
+validpgpkeys=('584EDA5AAC13B9FBFB13F678A6A5398DACC9C15C') # Rian Hunter <rian@thelig.ht>
build() {
cd "$_name-$pkgver"