summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec772b77f787..765c1b3675a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-sphinx-bootstrap-theme
pkgdesc = Sphinx documentation theme that integrates the Bootstrap framework
- pkgver = 0.8.0
- pkgrel = 1
+ pkgver = 0.8.1
+ pkgrel = 2
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.8.0.tar.gz
- md5sums = a2db84f029c14f23c2d0ad6a842197c1
+ source = https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v0.8.1.tar.gz
+ md5sums = 85672be189293cdf7dd7fb742958c4f7
pkgname = python-sphinx-bootstrap-theme
pkgname = python2-sphinx-bootstrap-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index 0261c4170f05..747162384394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=('python-sphinx-bootstrap-theme' 'python2-sphinx-bootstrap-theme')
-pkgver=0.8.0
-pkgrel=1
+pkgver=0.8.1
+pkgrel=2
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://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-${pkgver}.tar.gz")
-md5sums=('a2db84f029c14f23c2d0ad6a842197c1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v${pkgver}.tar.gz")
+md5sums=('85672be189293cdf7dd7fb742958c4f7')
build() {
cp -r ${srcdir}/sphinx-bootstrap-theme-${pkgver} ${srcdir}/sphinx-bootstrap-theme-${pkgver}-py2