Date: Wednesday, December 31, 2014 @ 15:29:11 Author: fyan Revision: 125074
upgpkg: python-sh 1.10-1 upstream new release Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-31 13:24:37 UTC (rev 125073) +++ PKGBUILD 2014-12-31 14:29:11 UTC (rev 125074) @@ -1,12 +1,12 @@ # $Id$ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Alexander Rødseth <[email protected]> _pkgname=sh pkgname=("python-$_pkgname" "python2-$_pkgname") -pkgver=1.09 -pkgrel=3 +pkgver=1.10 +pkgrel=1 pkgdesc='Subprocess interface that allows you to call any program as if it were a function' arch=('any') url='http://pypi.python.org/pypi/sh' @@ -13,6 +13,7 @@ license=('MIT') makedepends=('python-setuptools' 'python2-setuptools') source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz") +md5sums=('0e5f7d6c06201205c1c123ec1b95cbae') build() { cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver" @@ -41,4 +42,3 @@ } # vim:set ts=2 sw=2 et: -md5sums=('b68a2f91de880dce042d4f03ec9e0f47')
