summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2020-07-19 23:32:47 -0700
committerXavierCLL2020-07-19 23:32:47 -0700
commita3be18a63dce52ce1328242faf03c5034f95fbf7 (patch)
tree396d0255c39c74a805e9c6d629845b46cb03afac
parent4f0db9ed1f96fc6a98c26caf1fa433392666156a (diff)
downloadaur-python-django-leaflet.tar.gz
v0.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9e190b214b5..c68a3996e250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-leaflet
pkgdesc = django-leaflet allows you to use Leaflet in your Django projects.
- pkgver = 0.26.0
+ pkgver = 0.27.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-leaflet
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-leaflet
makedepends = python-distribute
depends = python
depends = python-django
- source = https://github.com/makinacorpus/django-leaflet/archive/0.26.0.tar.gz
- md5sums = 1a743faa9389d01d5e6f83d2616b53c6
+ source = https://github.com/makinacorpus/django-leaflet/archive/0.27.0.tar.gz
+ md5sums = 16b5b3453fb600c19a4742c26231b736
pkgname = python-django-leaflet
diff --git a/PKGBUILD b/PKGBUILD
index dd3266e0811d..c76d7db3a614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-leaflet
_pkgname=django-leaflet
-pkgver=0.26.0
-_pkgver=0.26.0
+pkgver=0.27.0
+_pkgver=0.27.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=('1a743faa9389d01d5e6f83d2616b53c6')
+md5sums=('16b5b3453fb600c19a4742c26231b736')
build() {
cd "$_pkgname-$_pkgver"