summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2017-06-28 18:07:18 -0500
committerXavierCLL2017-06-28 18:07:18 -0500
commit6d70e9cb8b9cca03886d6847b4859d901eb8f006 (patch)
tree00c264e0f4f4bb7dda27ec0f0f4d0dc17418a968 /PKGBUILD
parentb2177b6dbceab0c264725187db8a14efad0e8354 (diff)
downloadaur-6d70e9cb8b9cca03886d6847b4859d901eb8f006.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"