summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2022-09-03 00:23:47 +0800
committerUniversebenzene2022-09-03 00:23:47 +0800
commit209a5ed2b59fd9171397261a9b1d0feb947c6e91 (patch)
tree186f77b0158cfb2051727600929cfea6341f0abc /PKGBUILD
parentdb5aa653ddd2a84654c69e80c946be0f911f0e80 (diff)
downloadaur-209a5ed2b59fd9171397261a9b1d0feb947c6e91.tar.gz
Update to version 1.2.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1877e582f2ce..39d06b58e79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.34
+pkgver=1.2.35
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=('58af85e465db53b1096e3ee43ad81da2')
+md5sums=('8b7caafe748a2e6d53d6ac46f21fddc9')
build() {
cd ${srcdir}/${_pyname}-${pkgver}