From 910a1776b889fe10c813a43023aa741424e98a94 Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Tue, 29 Apr 2014 22:55:18 +0300 Subject: [PATCH] bumped pies version and changed its source to github. --- .SRCINFO | 7 +++---- PKGBUILD | 9 +++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9f16618ffaae..feda7a4db774 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 33cd34714191..128919e68a61 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,9 @@ # Maintainer: Yaron de Leeuw + +# 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"