summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-08-21 17:20:09 +0200
committerPhilipp A2019-08-21 17:20:09 +0200
commitc6cbf01c6bc93ef07e6269a11f101ac62bfc5d67 (patch)
tree2c7a2f2a01401777233acf1d892ffa7901fd735d /PKGBUILD
parentec278c4aba39b89cb7b94fb317e92ea1894c3448 (diff)
downloadaur-c6cbf01c6bc93ef07e6269a11f101ac62bfc5d67.tar.gz
v0.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa091e82a10a..60c67ddc6854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scanpydoc
pkgname=python-$_name
-pkgver=0.3.7
+pkgver=0.3.8
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=('9d92ec71912a8bd23c7861e7de58c1466a288bdaad9a24237bfd8e9630a3fa04')
+sha256sums=('9876486036eeaa1248df2116c7ebfaed1f124b218eae19c341a885a418b62f7a')
noextract=("$_wheel")
package() {