summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-05-11 01:01:52 +0800
committerUniversebenzene2023-05-11 01:01:52 +0800
commit318144d67d954e382673b01dc3b7651ad3b6aa95 (patch)
tree79689e99dfa6621a96bf45bcf05ccdc10cfa8fc9 /PKGBUILD
parentb01af3bb98ba8ad3d37c5192b139436d60fdf6c7 (diff)
downloadaur-318144d67d954e382673b01dc3b7651ad3b6aa95.tar.gz
Update to version 1.2.41
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}