summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-07-19 08:42:29 -0400
committerMiguel de Val-Borro2017-07-19 08:42:29 -0400
commit657392e3f04eb65e83d1a0f7f59c64d63decfc84 (patch)
tree7ac18121eee06723696bc1c94fa7527ffad5de57 /PKGBUILD
parent2f07d2af1718022192c884c49bfc3fefb013b69c (diff)
downloadaur-657392e3f04eb65e83d1a0f7f59c64d63decfc84.tar.gz
update to 9.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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