summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-04-01 21:45:53 +0800
committerUniversebenzene2021-04-01 21:45:53 +0800
commitd8e3d058376213c6d5025701624f5249d5e9f75c (patch)
treec3bb52f360c7cf92691bd39a0d787075d91bb8fe /PKGBUILD
parent7a2b1288278ee561d726c4e2d74f574c061bd29f (diff)
downloadaur-d8e3d058376213c6d5025701624f5249d5e9f75c.tar.gz
Update to version 1.2.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c62c4cbef68..2f38069d4b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.22
+pkgver=1.2.23
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=('e8371f408035d0acedabd7784997efea')
+md5sums=('dbbadcf347d77716ab5837b779013bf7')
build() {
cd ${srcdir}/${_pyname}-${pkgver}