summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-11-18 14:52:02 +0800
committerUniversebenzene2018-11-18 14:52:02 +0800
commit09c06899533fdafc2c481442f978b867b3c5fb0f (patch)
tree42b883e0e00ebcfe0e95814cfeac6d449570ce06
parent58a3cb3180831b114a911d277d346867e2ba4fab (diff)
downloadaur-09c06899533fdafc2c481442f978b867b3c5fb0f.tar.gz
Update to version 1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c760dded8276..1dfdd1aab026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 9 09:41:52 UTC 2018
+# Sun Nov 18 06:51:29 UTC 2018
pkgbase = python-sphinx-astropy
pkgdesc = Sphinx extensions and configuration specific to the Astropy project
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/astropy/sphinx-astropy
arch = i686
@@ -14,8 +14,8 @@ pkgbase = python-sphinx-astropy
depends = python-sphinx-automodapi
depends = python-sphinx-gallery
depends = python-numpydoc
- source = https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-1.0.tar.gz
- md5sums = 4d43b57e439a0e5c42536043a0ca69e8
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-1.1.tar.gz
+ md5sums = 31e01108a9f0dddccde29f4b46a46873
pkgname = python-sphinx-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 874dad46d6d4..87b60b277065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-sphinx-astropy
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Sphinx extensions and configuration specific to the Astropy project"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python-sphinx>=1.4' 'python-astropy-sphinx-theme' 'python-sphinx-automodapi' 'python-sphinx-gallery' 'python-numpydoc')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/s/sphinx-astropy/sphinx-astropy-${pkgver}.tar.gz")
-md5sums=('4d43b57e439a0e5c42536043a0ca69e8')
+md5sums=('31e01108a9f0dddccde29f4b46a46873')
package() {
cd ${srcdir}/sphinx-astropy-${pkgver}