summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-01-17 13:06:21 +0100
committerPhilipp A2019-01-17 13:06:21 +0100
commitb8634a155f19a4dbc2864e81da4cfdcc0e0e6567 (patch)
tree1c9adeddd2c43667638a6435bd598be0a67ee44d /PKGBUILD
parentead1eeb39675949d737ee8119a79bdd11f0e0571 (diff)
downloadaur-b8634a155f19a4dbc2864e81da4cfdcc0e0e6567.tar.gz
v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 524e3c9b5707..caa27de4e93a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scanpydoc
pkgname=python-$_name
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc='A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-sphinx python-get_version python-future-fstrings)
makedepends=(python-pip)
_wheel="$_name-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel")
-sha256sums=('536ced4cda6f2f8be9d44aac58e8e057e94fd055c9293dcbe8a1a3f5e3c99996')
+sha256sums=('3405e110f6fa2809ba0eec6e4d9137015269f3a62d08a896b023f25d541167a9')
noextract=("$_wheel")
package() {