summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-09-11 22:08:34 +0800
committerUniversebenzene2023-09-11 22:08:34 +0800
commitad6f76c98d7ba9e306b06c12a74b36f51c5bb9c1 (patch)
treee1cb4387fa413454f41d89ed6cfdaeda5cc97f56
parent29a10839ca183519031cb873e83ece33d7e3028f (diff)
downloadaur-ad6f76c98d7ba9e306b06c12a74b36f51c5bb9c1.tar.gz
Update to version 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2298ae1634be..7706cceb99ac 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 = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/sunpy/sunpy-sphinx-theme
arch = any
@@ -11,9 +11,9 @@ pkgbase = python-sunpy-sphinx-theme
makedepends = python-build
makedepends = python-installer
makedepends = python-pydata-sphinx-theme
- source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-2.0.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-2.0.2.tar.gz
source = Makefile
- md5sums = e57aa0474c734ecea39e42c558b267d6
+ md5sums = 7fbbc7913990689c8072a529afa4e83b
md5sums = a6aa4bc42b138d75f938065a0994c3e1
pkgname = python-sunpy-sphinx-theme
diff --git a/PKGBUILD b/PKGBUILD
index 1372516bb5e0..9f12a074c60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="The sphinx theme for the SunPy website and documentation"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools-scm'
checkdepends=('python-nose') # pydata already in makedepends
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'Makefile')
-md5sums=('e57aa0474c734ecea39e42c558b267d6'
+md5sums=('7fbbc7913990689c8072a529afa4e83b'
'a6aa4bc42b138d75f938065a0994c3e1')
get_pyver() {