summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ebbbd6d6ead..14302c97c95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
-pkgver=12.0.3
-pkgrel=2
+pkgver=14.1.0
+pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
url="https://github.com/dyve/django-bootstrap3"
license=('Apache')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://github.com/dyve/django-bootstrap3/archive/v${pkgver}.tar.gz")
-md5sums=('6f199f0bbd80ea36d2b322d98fd0def3')
+md5sums=('51242774595cd68b8d9939402d89fb71')
build() {
cp -r ${srcdir}/django-bootstrap3-${pkgver} ${srcdir}/django-bootstrap3-${pkgver}-py2