summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c4f8b374cbc..3fa4155e49ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-astropy
pkgdesc = Sphinx extensions and configuration specific to the Astropy project
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/astropy/sphinx-astropy
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-sphinx-astropy
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-1.9.0.tar.gz
- md5sums = 1f7bf94bda42a5b51f196c8efa5f66ea
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-1.9.1.tar.gz
+ md5sums = da84468f9a8395216a22f8bdf292d43b
pkgname = python-sphinx-astropy
depends = python-packaging
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}