summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-10-01 21:39:31 +0800
committerUniversebenzene2020-10-01 21:39:31 +0800
commite638a1e4414ac51ad007a476efc1250e177557d3 (patch)
treeb2fb4bc6052de5c9389e02847f791f5738e1c64f
parent3b52396e410d4680aa1beac30b201fe6ca92a63f (diff)
downloadaur-e638a1e4414ac51ad007a476efc1250e177557d3.tar.gz
Update to version 1.2.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e82449b3e505..e3983daa8609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sunpy-sphinx-theme
pkgdesc = The sphinx theme for the SunPy website and documentation
- pkgver = 1.2.19
+ pkgver = 1.2.20
pkgrel = 1
url = https://github.com/sunpy/sunpy-sphinx-theme
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-sunpy-sphinx-theme
checkdepends = python2-sphinx-bootstrap-theme
makedepends = python-setuptools-scm
makedepends = python2-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.19.tar.gz
- md5sums = 783a1257992ffcbdbdbcb54ee93f8a75
+ source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.20.tar.gz
+ md5sums = 751038d83129fb6c1f5b55c7e48f3b7c
pkgname = python-sunpy-sphinx-theme
depends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index 9a17b61319fb..a936be700da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python2-${_pyname}")
-pkgver=1.2.19
+pkgver=1.2.20
pkgrel=1
pkgdesc="The sphinx theme for the SunPy website and documentation"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
checkdepends=('python-sphinx' 'python2-sphinx' 'python-sphinx-bootstrap-theme' 'python2-sphinx-bootstrap-theme')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('783a1257992ffcbdbdbcb54ee93f8a75')
+md5sums=('751038d83129fb6c1f5b55c7e48f3b7c')
prepare() {
cp -a ${srcdir}/${_pyname}-${pkgver}{,-py2}