summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-11-03 13:23:29 +0800
committerUniversebenzene2021-11-03 13:23:29 +0800
commiteea8d7d84d6be5d335da2c22e00a9f52559d9bd3 (patch)
treeffd9b99b87f21940f80c0d40bfa13e98d9c55d10 /PKGBUILD
parent985caab0f8073f7b07de20d8807c23f26b1374ef (diff)
downloadaur-eea8d7d84d6be5d335da2c22e00a9f52559d9bd3.tar.gz
Update to version 1.2.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f853e750bbbd..a38ccab34b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=1.2.27
+pkgver=1.2.28
pkgrel=1
pkgdesc="The sphinx theme for the SunPy website and documentation"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/sunpy/sunpy-sphinx-theme"
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=('5d71c9fe0f7b2e1d9a773e84036e26fe')
+md5sums=('8cb87a7d4740d484e7e0a179e2368194')
build() {
cd ${srcdir}/${_pyname}-${pkgver}