summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-08-21 15:24:41 +0200
committerPhilipp A2019-08-21 15:24:41 +0200
commitec278c4aba39b89cb7b94fb317e92ea1894c3448 (patch)
tree3f2d6ccf9df94450515d386cc25d4bda42bc8c91 /PKGBUILD
parente93c7990721ad8bfc77838e57c70200027f4f8c8 (diff)
downloadaur-ec278c4aba39b89cb7b94fb317e92ea1894c3448.tar.gz
v0.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b83d37943e4..fa091e82a10a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scanpydoc
pkgname=python-$_name
-pkgver=0.3.6
+pkgver=0.3.7
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=('a33edb6f2fc46439c7d8ad3f30e7798c83e10b375ddff05ddd130555ee1519cc')
+sha256sums=('9d92ec71912a8bd23c7861e7de58c1466a288bdaad9a24237bfd8e9630a3fa04')
noextract=("$_wheel")
package() {