summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-03-19 17:16:09 +0800
committerUniversebenzene2023-03-19 17:16:09 +0800
commitb01af3bb98ba8ad3d37c5192b139436d60fdf6c7 (patch)
tree47902509e901c3077a646a915acc22a4de81a7d5 /PKGBUILD
parent25b380455dbeda6a2b3804acb2e462b61af2fb8a (diff)
downloadaur-b01af3bb98ba8ad3d37c5192b139436d60fdf6c7.tar.gz
Update to version 1.2.40
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc2d222349a8..e5746c63eafe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.39
+pkgver=1.2.40
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=('3231c3ae96b70282d9fa0a38109efa72')
+md5sums=('c4e9f0ceab89cabded2bffcb02aafef1')
build() {
cd ${srcdir}/${_pyname}-${pkgver}