summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-03-17 01:17:52 +0800
committerUniversebenzene2023-03-17 01:17:52 +0800
commit25b380455dbeda6a2b3804acb2e462b61af2fb8a (patch)
tree0054ae2273a8976831ab6d67c789f45695c6626e /PKGBUILD
parent86aaf6fbd3c965c57c8dae263fd49826828e6c14 (diff)
downloadaur-25b380455dbeda6a2b3804acb2e462b61af2fb8a.tar.gz
Update to version 1.2.39
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3dbea485a4c..dc2d222349a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.37
+pkgver=1.2.39
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=('494d609ae0586a1acb5ff356cd9b3ef6')
+md5sums=('3231c3ae96b70282d9fa0a38109efa72')
build() {
cd ${srcdir}/${_pyname}-${pkgver}