summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2021-01-07 11:35:47 +0100
committerŁukasz Pożarlik2021-01-07 11:35:47 +0100
commitd8f321ade6263d9a024db31e5003919f7068969a (patch)
tree506bda10258786ce5ebd405119a5d92cc7e88fa6
parentcce836b28afa3495ef3f51b83558cf88cdc3492d (diff)
downloadaur-d8f321ade6263d9a024db31e5003919f7068969a.tar.gz
Python upgrade rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59bbfd1cdefa..3c4d5482ae3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-sphinxcontrib-fulltoc
pkgdesc = Include a full table of contents in your Sphinx HTML sidebar
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sphinx-contrib/fulltoc
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d18b8321cbc6..050358a92e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-sphinxcontrib-fulltoc'
pkgname=('python-sphinxcontrib-fulltoc'
'python2-sphinxcontrib-fulltoc')
pkgver='1.2.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc="Include a full table of contents in your Sphinx HTML sidebar"
arch=('any')
url="https://github.com/sphinx-contrib/fulltoc"