summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7170cc37e7c8..14302c97c95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
+# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
-pkgver=7.0.1
+pkgver=14.1.0
pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
-url="http://github.com/dyve/django-bootstrap3"
+url="https://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=('aeacf7cbeabb9013c04de40ba534f8b0')
+source=("https://github.com/dyve/django-bootstrap3/archive/v${pkgver}.tar.gz")
+md5sums=('51242774595cd68b8d9939402d89fb71')
build() {
cp -r ${srcdir}/django-bootstrap3-${pkgver} ${srcdir}/django-bootstrap3-${pkgver}-py2