summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2017-06-28 18:07:18 -0500
committerXavierCLL2017-06-28 18:07:18 -0500
commit6d70e9cb8b9cca03886d6847b4859d901eb8f006 (patch)
tree00c264e0f4f4bb7dda27ec0f0f4d0dc17418a968
parentb2177b6dbceab0c264725187db8a14efad0e8354 (diff)
downloadaur-6d70e9cb8b9cca03886d6847b4859d901eb8f006.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144f560cff69..40cc90607c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jan 22 22:55:08 UTC 2017
pkgbase = python-django-leaflet
pkgdesc = django-leaflet allows you to use Leaflet in your Django projects.
- pkgver = 0.19.0
+ pkgver = 0.22.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-leaflet
arch = any
@@ -10,8 +8,8 @@ pkgbase = python-django-leaflet
makedepends = python-distribute
depends = python
depends = python-django
- source = https://github.com/makinacorpus/django-leaflet/archive/0.19.0.tar.gz
- md5sums = d55bde9d65e0ff907547ee9552cc4cd8
+ source = https://github.com/makinacorpus/django-leaflet/archive/0.22.0.tar.gz
+ md5sums = 3d835e931e322b05720200eb7acdae38
pkgname = python-django-leaflet
diff --git a/PKGBUILD b/PKGBUILD
index d0b32f56c2ad..94b7a92befa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-leaflet
_pkgname=django-leaflet
-pkgver=0.19.0
-_pkgver=0.19.0
+pkgver=0.22.0
+_pkgver=0.22.0
pkgrel=1
pkgdesc="django-leaflet allows you to use Leaflet in your Django projects."
arch=(any)
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-distribute')
source=(https://github.com/makinacorpus/$_pkgname/archive/$_pkgver.tar.gz)
-md5sums=('d55bde9d65e0ff907547ee9552cc4cd8')
+md5sums=('3d835e931e322b05720200eb7acdae38')
build() {
cd "$srcdir/$_pkgname-$_pkgver"