diff options
author | Universebenzene | 2022-01-06 12:11:52 +0800 |
---|---|---|
committer | Universebenzene | 2022-01-06 12:11:52 +0800 |
commit | ec77359717e3fc40dc8cdacca2d57707c60f98aa (patch) | |
tree | c912c6139864af87367608f7ceb369f6875b51ce | |
parent | 2971cc5c18be867b6d384a28c0d72fda296508b6 (diff) | |
download | aur-ec77359717e3fc40dc8cdacca2d57707c60f98aa.tar.gz |
Update to version 0.1.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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} |