diff options
author | Miguel de Val-Borro | 2015-06-08 12:13:03 -0400 |
---|---|---|
committer | Miguel de Val-Borro | 2015-06-08 12:13:03 -0400 |
commit | c70e3e8db63e6e1de14560dc080d5d23366149a0 (patch) | |
tree | fe7af39bd79c0fdb2408f7c75c9f04e8eb828f28 | |
parent | 049416724878b33795ab28c0e2390ce2779734fb (diff) | |
download | aur-c70e3e8db63e6e1de14560dc080d5d23366149a0.tar.gz |
Update to 0.4.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = python-sphinx-bootstrap-theme pkgdesc = Sphinx documentation theme that integrates the Bootstrap framework - pkgver = 0.4.5 + pkgver = 0.4.6 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.5.tar.gz - md5sums = 06ca1cb93aa7372e02815d43419b269c + source = https://pypi.python.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.6.tar.gz + md5sums = 7f5d5a8b105686add792c38bdf46ee98 pkgname = python-sphinx-bootstrap-theme @@ -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.4.5 +pkgver=0.4.6 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://pypi.python.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-${pkgver}.tar.gz") -md5sums=('06ca1cb93aa7372e02815d43419b269c') +md5sums=('7f5d5a8b105686add792c38bdf46ee98') build() { cp -r ${srcdir}/sphinx-bootstrap-theme-${pkgver} ${srcdir}/sphinx-bootstrap-theme-${pkgver}-py2 |