bumped pies version and changed its source to github.

This commit is contained in:
Yaron de Leeuw 2014-04-29 22:55:18 +03:00
parent ac906b4c88
commit 910a1776b8
2 changed files with 8 additions and 8 deletions

View file

@ -1,15 +1,14 @@
pkgbase = python-pies
pkgdesc = The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3.
pkgver = 2.0.0
pkgver = 2.6.1
pkgrel = 1
url = https://github.com/timothycrosley/pies
arch = any
license = GPL2
makedepends = python-setuptools
depends = python
options = !emptydirs
source = https://pypi.python.org/packages/source/p/pies/pies-2.0.0.tar.gz
md5sums = ca341cc3bc42ea85aa4a0a1876f2c315
source = python-pies-2.6.1.tar.gz::https://github.com/timothycrosley/pies/archive/2.6.1.tar.gz
md5sums = 65312c468735c1d7b18c722b2ecd47be
pkgname = python-pies

View file

@ -1,7 +1,9 @@
# Maintainer: Yaron de Leeuw <jdlmail at gmail >
# Maintained at : https://github.com/jarondl/aur-pkgbuilds-jarondl
pkgname=python-pies
_pkgname=pies
pkgver=2.0.0
pkgver=2.6.1
pkgrel=1
pkgdesc="The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3."
arch=('any')
@ -9,9 +11,8 @@ url="https://github.com/timothycrosley/pies"
license=('GPL2')
depends=('python')
makedepends=(python-setuptools)
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/p/pies/pies-$pkgver.tar.gz")
md5sums=('ca341cc3bc42ea85aa4a0a1876f2c315')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
md5sums=('65312c468735c1d7b18c722b2ecd47be')
package() {
cd "$srcdir/$_pkgname-$pkgver"