summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2024-08-11 15:08:51 +0800
committerUniversebenzene2024-08-11 15:08:51 +0800
commit10ea3dc2e40fd84cb2dd40fdee51cdde2e89704b (patch)
treeef3809a1bc5e9eb562f202dd56e68a49a46f5a60
parentbf533201765d75198d8ad3ac43c41d0d3e062c98 (diff)
downloadaur-10ea3dc2e40fd84cb2dd40fdee51cdde2e89704b.tar.gz
Update to version 2.0.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55d106a7c4e..251681543328 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.15
+ pkgver = 2.0.16
pkgrel = 1
url = https://github.com/sunpy/sunpy-sphinx-theme
arch = any
@@ -11,9 +11,9 @@ 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-2.0.15.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/sunpy_sphinx_theme/sunpy_sphinx_theme-2.0.16.tar.gz
source = Makefile
- md5sums = 8e2cbff2634e751689316a8b33af4f8d
+ md5sums = df737f632ed9f836a209b5a7fd9a8c07
md5sums = a6aa4bc42b138d75f938065a0994c3e1
pkgname = python-sunpy-sphinx-theme
diff --git a/PKGBUILD b/PKGBUILD
index 68788280411a..c22b083d143c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pname=${pkgbase#python-}
_pyname=${_pname//-/_}
pkgname=("python-${_pname}")
#"python-${_pyname}-doc")
-pkgver=2.0.15
+pkgver=2.0.16
pkgrel=1
pkgdesc="The sphinx theme for the SunPy website and documentation"
arch=('any')
@@ -21,7 +21,7 @@ checkdepends=('python-nose' # pydata already in makedepends
'python-pydata-sphinx-theme')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'Makefile')
-md5sums=('8e2cbff2634e751689316a8b33af4f8d'
+md5sums=('df737f632ed9f836a209b5a7fd9a8c07'
'a6aa4bc42b138d75f938065a0994c3e1')
get_pyver() {