summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e6bbad07e3..7a3ecd721b47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-bootstrap3
pkgdesc = Bootstrap 3 integration with Django
- pkgver = 7.0.1
+ pkgver = 9.0.0
pkgrel = 1
url = http://github.com/dyve/django-bootstrap3
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-bootstrap3
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/9.0.0.tar.gz
+ md5sums = c516c9427f926ab903eb21cd32dc130f
pkgname = python-django-bootstrap3
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 7170cc37e7c8..90f8a216b5ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
-pkgver=7.0.1
+pkgver=9.0.0
pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
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=('aeacf7cbeabb9013c04de40ba534f8b0')
+source=("https://github.com/dyve/django-bootstrap3/archive/${pkgver}.tar.gz")
+md5sums=('c516c9427f926ab903eb21cd32dc130f')
build() {
cp -r ${srcdir}/django-bootstrap3-${pkgver} ${srcdir}/django-bootstrap3-${pkgver}-py2