summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2020-07-19 23:32:47 -0700
committerXavierCLL2020-07-19 23:32:47 -0700
commita3be18a63dce52ce1328242faf03c5034f95fbf7 (patch)
tree396d0255c39c74a805e9c6d629845b46cb03afac /PKGBUILD
parent4f0db9ed1f96fc6a98c26caf1fa433392666156a (diff)
downloadaur-a3be18a63dce52ce1328242faf03c5034f95fbf7.tar.gz
v0.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"