summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-11-03 13:23:29 +0800
committerUniversebenzene2021-11-03 13:23:29 +0800
commiteea8d7d84d6be5d335da2c22e00a9f52559d9bd3 (patch)
treeffd9b99b87f21940f80c0d40bfa13e98d9c55d10
parent985caab0f8073f7b07de20d8807c23f26b1374ef (diff)
downloadaur-eea8d7d84d6be5d335da2c22e00a9f52559d9bd3.tar.gz
Update to version 1.2.28
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81ab10a9cc3..7ad31e804763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = python-sunpy-sphinx-theme
pkgdesc = The sphinx theme for the SunPy website and documentation
- pkgver = 1.2.27
+ pkgver = 1.2.28
pkgrel = 1
url = https://github.com/sunpy/sunpy-sphinx-theme
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-sphinx
checkdepends = python-sphinx-bootstrap-theme
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.27.tar.gz
- md5sums = 5d71c9fe0f7b2e1d9a773e84036e26fe
+ source = https://files.pythonhosted.org/packages/source/s/sunpy-sphinx-theme/sunpy-sphinx-theme-1.2.28.tar.gz
+ md5sums = 8cb87a7d4740d484e7e0a179e2368194
pkgname = python-sunpy-sphinx-theme
depends = python-sphinx
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}