summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2017-01-22 17:55:21 -0500
committerXavierCLL2017-01-22 17:55:21 -0500
commitb2177b6dbceab0c264725187db8a14efad0e8354 (patch)
tree4e0160a2eb8cab76620ccf9af56e49e88b8c25aa
parent5b5dfdf70ed0755f75021309b7d46888efb37133 (diff)
downloadaur-b2177b6dbceab0c264725187db8a14efad0e8354.tar.gz
Updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 979068f59d47..144f560cff69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 17:22:55 UTC 2016
+# Sun Jan 22 22:55:08 UTC 2017
pkgbase = python-django-leaflet
pkgdesc = django-leaflet allows you to use Leaflet in your Django projects.
- pkgver = 0.18.1
+ pkgver = 0.19.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-leaflet
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-django-leaflet
makedepends = python-distribute
depends = python
depends = python-django
- source = http://pypi.python.org/packages/source/d/django-leaflet/django-leaflet-0.18.1.zip
- md5sums = 013cd5ff632ee1fc2bed6966c6f19ae7
+ source = https://github.com/makinacorpus/django-leaflet/archive/0.19.0.tar.gz
+ md5sums = d55bde9d65e0ff907547ee9552cc4cd8
pkgname = python-django-leaflet
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"