summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}