summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2020-05-07 06:20:45 -0400
committerMiguel de Val-Borro2020-05-07 06:20:45 -0400
commita8cc3d299be322d2be294d991a743231b2165df8 (patch)
tree2b544b0a5a47694e44c1620e93eda21f161bb834 /PKGBUILD
parent0e96738a7c58de527b2cf2523356b85358f0e95a (diff)
downloadaur-a8cc3d299be322d2be294d991a743231b2165df8.tar.gz
Update source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0261c4170f05..749b02c37d61 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
+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=("https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v${pkgver}.tar.gz")
+md5sums=('80639031f95fad082f8a9e70bdc373dc')
build() {
cp -r ${srcdir}/sphinx-bootstrap-theme-${pkgver} ${srcdir}/sphinx-bootstrap-theme-${pkgver}-py2