summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-06-19 21:41:21 +0800
committerUniversebenzene2021-06-19 21:41:21 +0800
commit985caab0f8073f7b07de20d8807c23f26b1374ef (patch)
tree8c22e49b79a32a4bae78f35c8977e1443bf20c3b /PKGBUILD
parent87132bbaf36d65cdcee05daf827bcebdad8dd7a6 (diff)
downloadaur-985caab0f8073f7b07de20d8807c23f26b1374ef.tar.gz
Update to version 1.2.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef911fa18ad8..f853e750bbbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.25
+pkgver=1.2.27
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=('4639f5c85bc45baaaac4376e96178920')
+md5sums=('5d71c9fe0f7b2e1d9a773e84036e26fe')
build() {
cd ${srcdir}/${_pyname}-${pkgver}