summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fcb810cfa79..af571a5b9eae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pydata-sphinx-theme
pkgdesc = Bootstrap-based Sphinx theme from the PyData community
- pkgver = 0.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = https://pydata-sphinx-theme.readthedocs.io
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-pydata-sphinx-theme
checkdepends = python-beautifulsoup4
checkdepends = python-sphinx
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/py3/p/pydata_sphinx_theme/pydata_sphinx_theme-0.14.1-py3-none-any.whl
- md5sums = f4078a306f1da7513b2ed642fd312f5a
+ source = https://files.pythonhosted.org/packages/py3/p/pydata_sphinx_theme/pydata_sphinx_theme-0.14.2-py3-none-any.whl
+ md5sums = d8f8971d52f250736357935ffb855c0b
pkgname = python-pydata-sphinx-theme
depends = python-sphinx>=5.0
diff --git a/PKGBUILD b/PKGBUILD
index 8a9b839cc35d..e279284b290a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pname=${pkgbase#python-}
_pyname=${_pname//-/_}
pkgname=("python-${_pname}")
#"python-${_pname}-doc")
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc="Bootstrap-based Sphinx theme from the PyData community"
arch=('any')
@@ -35,7 +35,7 @@ checkdepends=('python-nose'
#source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
# 'Makefile')
source=("https://files.pythonhosted.org/packages/py3/${_pyname:0:1}/${_pyname}/${_pyname//-/_}-${pkgver}-py3-none-any.whl")
-md5sums=('f4078a306f1da7513b2ed642fd312f5a')
+md5sums=('d8f8971d52f250736357935ffb855c0b')
#prepare() {
# cd ${srcdir}/${_pyname}-${pkgver}