summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86d9b04a4aae..d3e2c68667b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
-pkgver=5.4.0
+pkgver=6.1.0
pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
@@ -9,7 +9,7 @@ url="http://github.com/dyve/django-bootstrap3"
license=('Apache')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://pypi.python.org/packages/source/d/django-bootstrap3/django-bootstrap3-${pkgver}.tar.gz")
-md5sums=('3ba4c627a9db504606a723f911c5dd8b')
+md5sums=('1b72ef6ee5dcc2e502407b3dda1595f0')
build() {
cp -r ${srcdir}/django-bootstrap3-${pkgver} ${srcdir}/django-bootstrap3-${pkgver}-py2