Date: Thursday, January 1, 2015 @ 01:47:13 Author: fyan Revision: 125087
upgpkg: python-sh 1.11-1 upstream new release Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-31 18:31:45 UTC (rev 125086) +++ PKGBUILD 2015-01-01 00:47:13 UTC (rev 125087) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Maintainer: Felix Yan <[email protected]> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Alexander Rødseth <[email protected]> _pkgname=sh pkgname=("python-$_pkgname" "python2-$_pkgname") -pkgver=1.10 +pkgver=1.11 pkgrel=1 pkgdesc='Subprocess interface that allows you to call any program as if it were a function' arch=('any') @@ -13,7 +13,7 @@ license=('MIT') makedepends=('python-setuptools' 'python2-setuptools') source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz") -md5sums=('0e5f7d6c06201205c1c123ec1b95cbae') +md5sums=('7af8df6c92d29ff927b6db0146bddec3') build() { cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"
