summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2015-08-20 18:16:15 -0400
committerMiguel de Val-Borro2015-08-20 18:16:15 -0400
commit4b0f89af0c54ccb21188c42a599fc8686426bf21 (patch)
treeec36a1b0dcdfeb76e3e8c03c1013f640cd841754
parent3eb9468abaa2df7e423f3a768bb34a55dbf15c3d (diff)
downloadaur-4b0f89af0c54ccb21188c42a599fc8686426bf21.tar.gz
Upadte to 6.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d80ce2977a60..5c45cecd722b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-bootstrap3
pkgdesc = Bootstrap 3 integration with Django
- pkgver = 6.2.1
+ pkgver = 6.2.2
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-6.2.1.tar.gz
- md5sums = b49d83fbd5e33216ccbd21bf1b1ba381
+ source = https://pypi.python.org/packages/source/d/django-bootstrap3/django-bootstrap3-6.2.2.tar.gz
+ md5sums = e0040ea4886e7f8254c089fc9fdc6075
pkgname = python-django-bootstrap3
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index ed55e4619e80..2f7235ad4605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
-pkgver=6.2.1
+pkgver=6.2.2
pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
@@ -9,7 +9,7 @@ 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=('b49d83fbd5e33216ccbd21bf1b1ba381')
+md5sums=('e0040ea4886e7f8254c089fc9fdc6075')
build() {
cp -r ${srcdir}/django-bootstrap3-${pkgver} ${srcdir}/django-bootstrap3-${pkgver}-py2