summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f546c121b82..d0b32f56c2ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-leaflet
_pkgname=django-leaflet
-pkgver=0.18.1
-_pkgver=0.18.1
+pkgver=0.19.0
+_pkgver=0.19.0
pkgrel=1
pkgdesc="django-leaflet allows you to use Leaflet in your Django projects."
arch=(any)
@@ -10,8 +10,8 @@ url="https://pypi.python.org/pypi/django-leaflet"
license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-distribute')
-source=(http://pypi.python.org/packages/source/d/django-leaflet/$_pkgname-$_pkgver.zip)
-md5sums=('013cd5ff632ee1fc2bed6966c6f19ae7')
+source=(https://github.com/makinacorpus/$_pkgname/archive/$_pkgver.tar.gz)
+md5sums=('d55bde9d65e0ff907547ee9552cc4cd8')
build() {
cd "$srcdir/$_pkgname-$_pkgver"