summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-11-13 09:58:38 +0800
committerUniversebenzene2019-11-13 09:58:38 +0800
commit4559a6f8739d09fdbae7f7b429a65c3f4928e9ee (patch)
tree187b4e2efe59c261d0ce3051eefbe368e9500de5 /PKGBUILD
parenta1d69ada8b680e8d39c6e7f65098b160bae464e1 (diff)
downloadaur-4559a6f8739d09fdbae7f7b429a65c3f4928e9ee.tar.gz
Update to version 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b61056b1ff24..dbe57cce1e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-sphinx-astropy
-pkgver=1.1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Sphinx extensions and configuration specific to the Astropy project"
arch=('i686' 'x86_64')
url="https://github.com/astropy/sphinx-astropy"
license=('BSD')
-depends=('python-sphinx>=1.4' 'python-astropy-sphinx-theme' 'python-sphinx-automodapi' 'python-sphinx-gallery' 'python-numpydoc')
+depends=('python-sphinx>=1.7' 'python-astropy-sphinx-theme' 'python-sphinx-automodapi' 'python-sphinx-gallery' 'python-numpydoc' 'python-pillow')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-${pkgver}.tar.gz")
-md5sums=('f8b02a7fa6cd89b933507b8b9bcbe8ef')
+md5sums=('4440afe0e59396715e644cf9d4808c70')
package() {
cd ${srcdir}/sphinx-astropy-${pkgver}