summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8e1706a51d..7c738e752d57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinx-bootstrap-theme
pkgdesc = Sphinx documentation theme that integrates the Bootstrap framework
- pkgver = 0.4.8
+ pkgver = 0.4.14
pkgrel = 1
url = http://ryan-roemer.github.io/sphinx-bootstrap-theme/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.8.tar.gz
- md5sums = b8075697e97ca230c72289a80febd64e
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.14.tar.gz
+ md5sums = 2cd5e33786c25e48363dcd7f07ac2cdf
pkgname = python-sphinx-bootstrap-theme
diff --git a/PKGBUILD b/PKGBUILD
index de6f47ab1d6c..77fd1f086eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-sphinx-bootstrap-theme' 'python2-sphinx-bootstrap-theme')
-pkgver=0.4.8
+pkgver=0.4.14
pkgrel=1
pkgdesc="Sphinx documentation theme that integrates the Bootstrap framework"
arch=('any')
url="http://ryan-roemer.github.io/sphinx-bootstrap-theme/"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-${pkgver}.tar.gz")
-md5sums=('b8075697e97ca230c72289a80febd64e')
+source=("https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-${pkgver}.tar.gz")
+md5sums=('2cd5e33786c25e48363dcd7f07ac2cdf')
build() {
cp -r ${srcdir}/sphinx-bootstrap-theme-${pkgver} ${srcdir}/sphinx-bootstrap-theme-${pkgver}-py2