summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-08-20 17:25:45 +0200
committerPhilipp A2019-08-20 17:25:45 +0200
commit0ae43228fed0e7d3d3cfb6a71bc2fb4319a6d4f0 (patch)
treeb722e3fa02e2105fb8b41f67e9dd8f539784f4a1
parent65afa79b06f3f54573a91b11835fdd48bde7a84d (diff)
downloadaur-0ae43228fed0e7d3d3cfb6a71bc2fb4319a6d4f0.tar.gz
v0.3.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4153422c1fd5..da0c1ae5bb25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-scanpydoc
pkgdesc = A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.
- pkgver = 0.3.3
- pkgrel = 2
+ pkgver = 0.3.5
+ pkgrel = 1
url = https://github.com/theislab/scanpydoc
arch = any
license = GPL3
depends = python-sphinx
depends = python-get_version
depends = python-future-fstrings
- noextract = scanpydoc-0.3.3-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/s/scanpydoc/scanpydoc-0.3.3-py3-none-any.whl
- sha256sums = 91869ec0faed3c1f760c302098e85790ad4b69d7c859c4d0277613131c75cca8
+ noextract = scanpydoc-0.3.5-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/s/scanpydoc/scanpydoc-0.3.5-py3-none-any.whl
+ sha256sums = a752462a3ab2e81297461d824c296f8f5c1482f24e6461b6a8a59245dd716498
pkgname = python-scanpydoc
diff --git a/PKGBUILD b/PKGBUILD
index 41ac891cd4f8..1cadd7adb537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=scanpydoc
pkgname=python-$_name
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.5
+pkgrel=1
pkgdesc='A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.'
arch=(any)
url="https://github.com/theislab/$_name"
@@ -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=('91869ec0faed3c1f760c302098e85790ad4b69d7c859c4d0277613131c75cca8')
+sha256sums=('a752462a3ab2e81297461d824c296f8f5c1482f24e6461b6a8a59245dd716498')
noextract=("$_wheel")
package() {