summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d918eb96b6b..55c17a8b08e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Oct 23 19:30:06 UTC 2017
pkgbase = python-sphinx-bootstrap-theme
pkgdesc = Sphinx documentation theme that integrates the Bootstrap framework
- pkgver = 0.6.0
+ pkgver = 0.6.5
pkgrel = 1
url = http://ryan-roemer.github.io/sphinx-bootstrap-theme/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.0.tar.gz
- md5sums = 9c9e46f57e5cd7bef70453c66e2d2af5
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.tar.gz
+ md5sums = 0af7c42fcb47b805a3b3bc9590fa5c1a
pkgname = python-sphinx-bootstrap-theme
diff --git a/PKGBUILD b/PKGBUILD
index d25fa0c624e3..ebf8afe1a1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-sphinx-bootstrap-theme' 'python2-sphinx-bootstrap-theme')
-pkgver=0.6.0
+pkgver=0.6.5
pkgrel=1
pkgdesc="Sphinx documentation theme that integrates the Bootstrap framework"
arch=('any')
@@ -8,7 +8,7 @@ url="http://ryan-roemer.github.io/sphinx-bootstrap-theme/"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-${pkgver}.tar.gz")
-md5sums=('9c9e46f57e5cd7bef70453c66e2d2af5')
+md5sums=('0af7c42fcb47b805a3b3bc9590fa5c1a')
build() {
cp -r ${srcdir}/sphinx-bootstrap-theme-${pkgver} ${srcdir}/sphinx-bootstrap-theme-${pkgver}-py2