summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-06-19 21:41:21 +0800
committerUniversebenzene2021-06-19 21:41:21 +0800
commit985caab0f8073f7b07de20d8807c23f26b1374ef (patch)
tree8c22e49b79a32a4bae78f35c8977e1443bf20c3b
parent87132bbaf36d65cdcee05daf827bcebdad8dd7a6 (diff)
downloadaur-985caab0f8073f7b07de20d8807c23f26b1374ef.tar.gz
Update to version 1.2.27
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc941bf98f42..b81ab10a9cc3 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.25
+ pkgver = 1.2.27
pkgrel = 1
url = https://github.com/sunpy/sunpy-sphinx-theme
arch = i686
@@ -10,10 +10,9 @@ pkgbase = python-sunpy-sphinx-theme
checkdepends = python-sphinx
checkdepends = python-sphinx-bootstrap-theme
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.25.tar.gz
- md5sums = 4639f5c85bc45baaaac4376e96178920
+ source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.27.tar.gz
+ md5sums = 5d71c9fe0f7b2e1d9a773e84036e26fe
pkgname = python-sunpy-sphinx-theme
depends = python-sphinx
depends = python-sphinx-bootstrap-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index ef911fa18ad8..f853e750bbbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.25
+pkgver=1.2.27
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')
checkdepends=('python-pytest' 'python-sphinx' 'python-sphinx-bootstrap-theme')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('4639f5c85bc45baaaac4376e96178920')
+md5sums=('5d71c9fe0f7b2e1d9a773e84036e26fe')
build() {
cd ${srcdir}/${_pyname}-${pkgver}