summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-10-31 12:03:08 +0800
committerUniversebenzene2023-10-31 12:03:08 +0800
commit15dbaaf96ebd2cc723c289c72ae2d3fddf46564a (patch)
tree92366c327f286250731ee8fdff148773b65d9ea3
parente6a57d6d3476e9452521f07ace765d3b203f2fc3 (diff)
downloadaur-15dbaaf96ebd2cc723c289c72ae2d3fddf46564a.tar.gz
Update to version 0.14.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af571a5b9eae..dafa9b22615f 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.2
+ pkgver = 0.14.3
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.2-py3-none-any.whl
- md5sums = d8f8971d52f250736357935ffb855c0b
+ source = https://files.pythonhosted.org/packages/py3/p/pydata_sphinx_theme/pydata_sphinx_theme-0.14.3-py3-none-any.whl
+ md5sums = b14faf5b58d16cb04a276843fc98c79b
pkgname = python-pydata-sphinx-theme
depends = python-sphinx>=5.0
diff --git a/PKGBUILD b/PKGBUILD
index e279284b290a..4146567082b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pname=${pkgbase#python-}
_pyname=${_pname//-/_}
pkgname=("python-${_pname}")
#"python-${_pname}-doc")
-pkgver=0.14.2
+pkgver=0.14.3
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=('d8f8971d52f250736357935ffb855c0b')
+md5sums=('b14faf5b58d16cb04a276843fc98c79b')
#prepare() {
# cd ${srcdir}/${_pyname}-${pkgver}