summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2019-06-25 20:36:09 -0500
committerXavierCLL2019-06-25 20:36:09 -0500
commit86644779c7093a7fba6de133bd423bc9ee267eb2 (patch)
tree1016fa015419c25521416c96d4289116070c770d /PKGBUILD
parent3adc3043f711fa53fb1a2b4777fb3855bc0a9768 (diff)
downloadaur-86644779c7093a7fba6de133bd423bc9ee267eb2.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b86e8562dd2..45aed4b44b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-leaflet
_pkgname=django-leaflet
-pkgver=0.23.0
-_pkgver=0.23.0
+pkgver=0.24.0
+_pkgver=0.24.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=('155e403fb9f6d7871a613f9151df16ba')
+md5sums=('6abece6fcd7c110b5800440465d2d434')
build() {
cd "$_pkgname-$_pkgver"