From f51365d3064839cef36196eed89183338bacf389 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 30 Oct 2014 22:52:11 +0100 Subject: python-geojson: updpkg 1.0.7 → 1.0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 6 +++--- PKGBUILD | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d08c5fd..094dc36 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,15 +2,15 @@ # Mon Jun 1 13:54:22 UTC 2015 pkgbase = python-geojson pkgdesc = Python bindings and utlities for GeoJSON - pkgver = 1.0.7 + pkgver = 1.0.9 pkgrel = 1 url = https://github.com/frewsxcv/python-geojson arch = any license = BSD makedepends = python-setuptools depends = python - source = https://github.com/frewsxcv/python-geojson/archive/1.0.7.tar.gz - md5sums = 60f01b2c00bdb7e1eabee67dbb7cfd32 + source = https://github.com/frewsxcv/python-geojson/archive/1.0.9.tar.gz + sha1sums = ab717c085e3983f58b170a5e94816eb78bbc15c3 pkgname = python-geojson diff --git a/PKGBUILD b/PKGBUILD index 9a1eb4e..963f222 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python-geojson -pkgver=1.0.7 +pkgver=1.0.9 pkgrel=1 pkgdesc="Python bindings and utlities for GeoJSON" @@ -10,12 +10,12 @@ license=('BSD') depends=('python') makedepends=('python-setuptools') -source=(https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz) +source=("https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz") -md5sums=('60f01b2c00bdb7e1eabee67dbb7cfd32') +sha1sums=('ab717c085e3983f58b170a5e94816eb78bbc15c3') package() { cd python-geojson-$pkgver - python setup.py install --root="$pkgdir/" --optimize=1 - install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/python-geojson/LICENSE" + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/python-geojson/LICENSE } -- cgit v1.2.3-54-g00ecf