From ac906b4c8829bb1f50a595f10c5d6c532592377b Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Sat, 16 Nov 2013 14:41:25 +0200 Subject: [PATCH] bumping gcutil isort and pies --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 56bd9306c85c..9f16618ffaae 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-pies pkgdesc = The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3. - pkgver = 1.0.3 + pkgver = 2.0.0 pkgrel = 1 url = https://github.com/timothycrosley/pies arch = any @@ -8,8 +8,8 @@ pkgbase = python-pies makedepends = python-setuptools depends = python options = !emptydirs - source = https://pypi.python.org/packages/source/p/pies/pies-1.0.3.tar.gz - md5sums = 044f45fe0ba267a7d5978735b392599e + source = https://pypi.python.org/packages/source/p/pies/pies-2.0.0.tar.gz + md5sums = ca341cc3bc42ea85aa4a0a1876f2c315 pkgname = python-pies diff --git a/PKGBUILD b/PKGBUILD index b7c122337f6b..33cd34714191 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Yaron de Leeuw pkgname=python-pies _pkgname=pies -pkgver=1.0.3 +pkgver=2.0.0 pkgrel=1 pkgdesc="The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3." arch=('any') @@ -11,7 +11,7 @@ depends=('python') makedepends=(python-setuptools) options=(!emptydirs) source=("https://pypi.python.org/packages/source/p/pies/pies-$pkgver.tar.gz") -md5sums=('044f45fe0ba267a7d5978735b392599e') +md5sums=('ca341cc3bc42ea85aa4a0a1876f2c315') package() { cd "$srcdir/$_pkgname-$pkgver"