summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-06-26 14:27:32 +0800
committerUniversebenzene2021-06-26 14:27:32 +0800
commit9e7930782c6d6661a964c2faeef04cb63683fc0f (patch)
treeca4685c23e2dc10999341c60e427e20308c6aeed
parent03f6066506bc891ea68bc7d9c11a415dad5cb9c0 (diff)
downloadaur-9e7930782c6d6661a964c2faeef04cb63683fc0f.tar.gz
Update to version 1.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb593214fa77..0bb5f034fc66 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.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/astropy/sphinx-astropy
arch = i686
@@ -14,8 +14,7 @@ pkgbase = python-sphinx-astropy
depends = python-sphinx-gallery
depends = python-numpydoc
depends = python-pillow
- source = https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-1.3.tar.gz
- md5sums = cd5f717f2850855fb49361e76fd03234
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-1.4.tar.gz
+ md5sums = e2b919d5399c3c9fa0b0db43af5f4470
pkgname = python-sphinx-astropy
-
diff --git a/PKGBUILD b/PKGBUILD
index 202d17565d87..877a8739e82f 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.3
+pkgver=1.4
pkgrel=1
pkgdesc="Sphinx extensions and configuration specific to the Astropy project"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('python-sphinx>=1.7' 'python-astropy-sphinx-theme' 'python-sphinx-autom
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('cd5f717f2850855fb49361e76fd03234')
+md5sums=('e2b919d5399c3c9fa0b0db43af5f4470')
build() {
cd ${srcdir}/${_pyname}-${pkgver}