From c54d04e211acdf3d722ad656a29f97ca561aeccd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 27 Jun 2015 20:07:21 +0200 Subject: updpkg: python-geojson 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7c3c092..e70dac2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ # Generated by makepkg 4.2.1-161-g36327-dirty -# Sat Jun 20 10:03:10 UTC 2015 +# Sat Jun 27 18:07:45 UTC 2015 pkgbase = python-geojson pkgdesc = Python bindings and utlities for GeoJSON - pkgver = 1.2.0 + pkgver = 1.2.1 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.2.0.tar.gz - sha1sums = 6fd94cc40b57cc56b00caf30c1a1bb0414cb9cb3 + source = https://github.com/frewsxcv/python-geojson/archive/1.2.1.tar.gz + sha1sums = 87c7a6b7d4fae0ccf4bcfb527ff29e8ba3a55083 pkgname = python-geojson diff --git a/PKGBUILD b/PKGBUILD index fefc38f..3f50922 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Johannes Löthberg pkgname=python-geojson -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="Python bindings and utlities for GeoJSON" @@ -14,7 +14,7 @@ makedepends=('python-setuptools') source=("https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz") -sha1sums=('6fd94cc40b57cc56b00caf30c1a1bb0414cb9cb3') +sha1sums=('87c7a6b7d4fae0ccf4bcfb527ff29e8ba3a55083') package() { cd python-geojson-$pkgver -- cgit v1.2.3-54-g00ecf