summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e6bbad07e3..712c862120a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-django-bootstrap3
pkgdesc = Bootstrap 3 integration with Django
- pkgver = 7.0.1
+ pkgver = 14.1.0
pkgrel = 1
- url = http://github.com/dyve/django-bootstrap3
+ url = https://github.com/dyve/django-bootstrap3
arch = any
license = Apache
makedepends = python
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/d/django-bootstrap3/django-bootstrap3-7.0.1.tar.gz
- md5sums = aeacf7cbeabb9013c04de40ba534f8b0
+ source = https://github.com/dyve/django-bootstrap3/archive/v14.1.0.tar.gz
+ md5sums = 51242774595cd68b8d9939402d89fb71
pkgname = python-django-bootstrap3
depends = python-django
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