summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-10-20 13:13:44 +0200
committerPhilipp A2019-10-20 13:13:44 +0200
commit2ea82b9f130524114976de68be862cb5cdfbe184 (patch)
treef002c6eab7f8a95dde225e35338ca6b8cc00e673
parentbdaed4aaad4318926c5381812135f7aaed302009 (diff)
downloadaur-2ea82b9f130524114976de68be862cb5cdfbe184.tar.gz
v0.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b9fd9c1642..d07855671ba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-scanpydoc
pkgdesc = A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/theislab/scanpydoc
arch = any
license = GPL3
depends = python-sphinx
depends = python-get_version
- noextract = scanpydoc-0.4.1-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/s/scanpydoc/scanpydoc-0.4.1-py3-none-any.whl
- sha256sums = 83821d1038ed684fba6f51f907671cee8c71074d6a06a7a1343f86bbc6b3d770
+ noextract = scanpydoc-0.4.2-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/s/scanpydoc/scanpydoc-0.4.2-py3-none-any.whl
+ sha256sums = 26a07cee4fb39e997619168c64b863d720b23e6f741a1898365e09e631f81b12
pkgname = python-scanpydoc
diff --git a/PKGBUILD b/PKGBUILD
index 13712af94eed..466222112e90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=scanpydoc
pkgname=python-$_name
-pkgver=0.4.1
+pkgver=0.4.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)
_pyarch=py3
_wheel="${_name/-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel")
-sha256sums=('83821d1038ed684fba6f51f907671cee8c71074d6a06a7a1343f86bbc6b3d770')
+sha256sums=('26a07cee4fb39e997619168c64b863d720b23e6f741a1898365e09e631f81b12')
noextract=("$_wheel")
package() {