summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2020-04-25 16:23:51 -0700
committerXavierCLL2020-04-25 16:23:51 -0700
commit4f0db9ed1f96fc6a98c26caf1fa433392666156a (patch)
tree0c7a29e904af658cc619521a9d4b16e4063d3434
parent86644779c7093a7fba6de133bd423bc9ee267eb2 (diff)
downloadaur-4f0db9ed1f96fc6a98c26caf1fa433392666156a.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 840716177dde..a9e190b214b5 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.24.0
+ pkgver = 0.26.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.24.0.tar.gz
- md5sums = 6abece6fcd7c110b5800440465d2d434
+ source = https://github.com/makinacorpus/django-leaflet/archive/0.26.0.tar.gz
+ md5sums = 1a743faa9389d01d5e6f83d2616b53c6
pkgname = python-django-leaflet
diff --git a/PKGBUILD b/PKGBUILD
index 45aed4b44b7b..dd3266e0811d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-leaflet
_pkgname=django-leaflet
-pkgver=0.24.0
-_pkgver=0.24.0
+pkgver=0.26.0
+_pkgver=0.26.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=('6abece6fcd7c110b5800440465d2d434')
+md5sums=('1a743faa9389d01d5e6f83d2616b53c6')
build() {
cd "$_pkgname-$_pkgver"