bumping gcutil isort and pies

This commit is contained in:
Yaron de Leeuw 2013-11-16 14:41:25 +02:00
parent a9ea5f07aa
commit ac906b4c88
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: Yaron de Leeuw <jdlmail at gmail >
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"