summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 052c1b9a43cf..b9f0925acb3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-sphinx-astropy
_pyname=${pkgname#python-}
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Sphinx extensions and configuration specific to the Astropy project"
arch=('any')
@@ -20,7 +20,7 @@ checkdepends=('python-pytest-doctestplus'
'python-pydata-sphinx-theme'
'python-sphinx-copybutton')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('1f7bf94bda42a5b51f196c8efa5f66ea')
+md5sums=('da84468f9a8395216a22f8bdf292d43b')
build() {
cd ${srcdir}/${_pyname}-${pkgver}