summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-08-20 22:42:21 +0200
committerPhilipp A2019-08-20 22:42:21 +0200
commite93c7990721ad8bfc77838e57c70200027f4f8c8 (patch)
tree6f8a876fe189f5572c0e9a5b511f10527a7163e6 /PKGBUILD
parent0ae43228fed0e7d3d3cfb6a71bc2fb4319a6d4f0 (diff)
downloadaur-e93c7990721ad8bfc77838e57c70200027f4f8c8.tar.gz
v0.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cadd7adb537..3b83d37943e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scanpydoc
pkgname=python-$_name
-pkgver=0.3.5
+pkgver=0.3.6
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)
_pyarch=py3
_wheel="${_name/-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel")
-sha256sums=('a752462a3ab2e81297461d824c296f8f5c1482f24e6461b6a8a59245dd716498')
+sha256sums=('a33edb6f2fc46439c7d8ad3f30e7798c83e10b375ddff05ddd130555ee1519cc')
noextract=("$_wheel")
package() {