summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-08-25 01:40:35 +0800
committerUniversebenzene2022-08-25 01:40:35 +0800
commitdb5aa653ddd2a84654c69e80c946be0f911f0e80 (patch)
treef75c81ff19c889856bd7abfe08e2618bb635d4cb
parent2638d036cb1190cc1b76bbb3b4c1fee8728024b3 (diff)
downloadaur-db5aa653ddd2a84654c69e80c946be0f911f0e80.tar.gz
Update to version 1.2.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f837adc93c8..e77de08422ce 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.33
+ pkgver = 1.2.34
pkgrel = 1
url = https://github.com/sunpy/sunpy-sphinx-theme
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-sunpy-sphinx-theme
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.33.tar.gz
- md5sums = f28c1d2acfeaff340d448e3276dd0058
+ source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.34.tar.gz
+ md5sums = 58af85e465db53b1096e3ee43ad81da2
pkgname = python-sunpy-sphinx-theme
depends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index 32cca07e1934..1877e582f2ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.33
+pkgver=1.2.34
pkgrel=1
pkgdesc="The sphinx theme for the SunPy website and documentation"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-insta
#checkdepends=('python-pytest' 'python-sphinx')
checkdepends=('python-nose' 'python-sphinx-bootstrap-theme')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('f28c1d2acfeaff340d448e3276dd0058')
+md5sums=('58af85e465db53b1096e3ee43ad81da2')
build() {
cd ${srcdir}/${_pyname}-${pkgver}