summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"