summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-01-06 12:11:52 +0800
committerUniversebenzene2022-01-06 12:11:52 +0800
commitec77359717e3fc40dc8cdacca2d57707c60f98aa (patch)
treec912c6139864af87367608f7ceb369f6875b51ce
parent2971cc5c18be867b6d384a28c0d72fda296508b6 (diff)
downloadaur-ec77359717e3fc40dc8cdacca2d57707c60f98aa.tar.gz
Update to version 0.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ff4313dc5f5..ceb4219abe7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-book-theme
pkgdesc = A lightweight book theme built off of the pydata sphinx theme
- pkgver = 0.1.7
+ pkgver = 0.1.9
pkgrel = 1
url = https://sphinx-book-theme.readthedocs.io
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-sphinx-book-theme
checkdepends = python-pydata-sphinx-theme
checkdepends = python-beautifulsoup4
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-book-theme/sphinx-book-theme-0.1.7.tar.gz
- md5sums = 278a3b81667c8f7e25259f4995d9a1e4
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-book-theme/sphinx-book-theme-0.1.9.tar.gz
+ md5sums = ec62f2651025cd722a3dd75cc1c96aa0
pkgname = python-sphinx-book-theme
depends = python-yaml
diff --git a/PKGBUILD b/PKGBUILD
index d3db2fe50998..0c209584494a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-book-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.1.7
+pkgver=0.1.9
pkgrel=1
pkgdesc="A lightweight book theme built off of the pydata sphinx theme"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
checkdepends=('python-yaml' 'python-sphinx' 'python-click' 'python-pydata-sphinx-theme' 'python-beautifulsoup4')
#checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('278a3b81667c8f7e25259f4995d9a1e4')
+md5sums=('ec62f2651025cd722a3dd75cc1c96aa0')
build() {
cd ${srcdir}/${_pyname}-${pkgver}