summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-05-11 01:01:52 +0800
committerUniversebenzene2023-05-11 01:01:52 +0800
commit318144d67d954e382673b01dc3b7651ad3b6aa95 (patch)
tree79689e99dfa6621a96bf45bcf05ccdc10cfa8fc9
parentb01af3bb98ba8ad3d37c5192b139436d60fdf6c7 (diff)
downloadaur-318144d67d954e382673b01dc3b7651ad3b6aa95.tar.gz
Update to version 1.2.41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a10988935be0..fcef98a5348c 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.40
+ pkgver = 1.2.41
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.40.tar.gz
- md5sums = c4e9f0ceab89cabded2bffcb02aafef1
+ source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.41.tar.gz
+ md5sums = 0481eeaadb01e23f400d545fbbf69831
pkgname = python-sunpy-sphinx-theme
depends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index e5746c63eafe..225a9ded3ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.40
+pkgver=1.2.41
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=('c4e9f0ceab89cabded2bffcb02aafef1')
+md5sums=('0481eeaadb01e23f400d545fbbf69831')
build() {
cd ${srcdir}/${_pyname}-${pkgver}