summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2022-02-25 20:18:49 +0100
committerXiretza2022-02-25 20:18:49 +0100
commit5402794fcb2057dcaddca8751d3315f867782b0f (patch)
treef0bc7633cee00e1a63d8ae54aa0323944c672d8d /PKGBUILD
parenta8cc3d299be322d2be294d991a743231b2165df8 (diff)
downloadaur-python-sphinx-bootstrap-theme.tar.gz
Update to 0.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 749b02c37d61..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
+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://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/v${pkgver}.tar.gz")
-md5sums=('80639031f95fad082f8a9e70bdc373dc')
+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