summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-04-01 12:37:30 +0800
committerUniversebenzene2023-04-01 12:37:30 +0800
commitf953e2f8378c4b56cfe0566265651e375e87f011 (patch)
tree506cc9f4910433a2992f66733c86c532f873c326 /PKGBUILD
parentefd4507806604f03955cc8d35f0b51e11dadbf4d (diff)
downloadaur-f953e2f8378c4b56cfe0566265651e375e87f011.tar.gz
Update to version 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e635410dbe8e..987b0543d25d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-book-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A lightweight book theme built off of the pydata sphinx theme"
arch=('any')
@@ -17,7 +17,7 @@ checkdepends=('python-nose'
'python-pydata-sphinx-theme')
#source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
source=("https://files.pythonhosted.org/packages/py3/${_pyname:0:1}/${_pyname}/${_pyname//-/_}-${pkgver}-py3-none-any.whl")
-md5sums=('3bd7250a5e21fa2c1270a47cbcaf7e8c')
+md5sums=('0db1996065c2a0637bd1218022f6f548')
#build() {
# cd ${srcdir}/${_pyname}-${pkgver}
@@ -36,7 +36,7 @@ check() {
}
package_python-sphinx-book-theme() {
- depends=('python-sphinx' 'python-pydata-sphinx-theme>=0.13.0')
+ depends=('python-sphinx' 'python-pydata-sphinx-theme>=0.13.3')
# optdepends=('python-pre-commit: code_style'
# 'python-folium: sphinx'
# 'python-numpy: sphinx'