summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2020-09-11 18:36:50 -0400
committerMiguel de Val-Borro2020-09-11 18:36:50 -0400
commit1581cf05766e2622f3e71b02fc81438fd8cb6ad3 (patch)
tree28fb732d30a21995f746736c6627e670384d6e92
parent110b283b1dae3d3f64c63233ca2667e165fe8f0b (diff)
downloadaur-python-django-bootstrap3.tar.gz
Update to 14.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87ffdb386af8..712c862120a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-bootstrap3
pkgdesc = Bootstrap 3 integration with Django
- pkgver = 12.0.3
- pkgrel = 2
+ pkgver = 14.1.0
+ pkgrel = 1
url = https://github.com/dyve/django-bootstrap3
arch = any
license = Apache
@@ -9,8 +9,8 @@ pkgbase = python-django-bootstrap3
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://github.com/dyve/django-bootstrap3/archive/v12.0.3.tar.gz
- md5sums = 6f199f0bbd80ea36d2b322d98fd0def3
+ 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 7ebbbd6d6ead..14302c97c95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
-pkgver=12.0.3
-pkgrel=2
+pkgver=14.1.0
+pkgrel=1
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
url="https://github.com/dyve/django-bootstrap3"
license=('Apache')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://github.com/dyve/django-bootstrap3/archive/v${pkgver}.tar.gz")
-md5sums=('6f199f0bbd80ea36d2b322d98fd0def3')
+md5sums=('51242774595cd68b8d9939402d89fb71')
build() {
cp -r ${srcdir}/django-bootstrap3-${pkgver} ${srcdir}/django-bootstrap3-${pkgver}-py2