summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-05-13 12:13:37 +0800
committerUniversebenzene2021-05-13 12:13:37 +0800
commit87132bbaf36d65cdcee05daf827bcebdad8dd7a6 (patch)
tree5633f52a53ca1c8af56b23d9ed8195166c58a8c3 /PKGBUILD
parentf651494f1da4d41bb03cc243f31e3ac628bf776b (diff)
downloadaur-87132bbaf36d65cdcee05daf827bcebdad8dd7a6.tar.gz
Update to version 1.2.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3d9ddf63eb6..ef911fa18ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.24
+pkgver=1.2.25
pkgrel=1
pkgdesc="The sphinx theme for the SunPy website and documentation"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools-scm')
checkdepends=('python-pytest' 'python-sphinx' 'python-sphinx-bootstrap-theme')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('7fc8267e847aa3a7a179a14eeac24064')
+md5sums=('4639f5c85bc45baaaac4376e96178920')
build() {
cd ${srcdir}/${_pyname}-${pkgver}