Date: Wednesday, November 30, 2016 @ 05:15:59 Author: felixonmars Revision: 197412
upgpkg: python-sh 1.12.3-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-30 04:34:35 UTC (rev 197411) +++ PKGBUILD 2016-11-30 05:15:59 UTC (rev 197412) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=("python-sh" "python2-sh") -pkgver=1.12.2 +pkgver=1.12.3 pkgrel=1 pkgdesc='Subprocess interface that allows you to call any program as if it were a function' arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-coverage' 'python2-coverage' 'lsof') source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz") -md5sums=('62f322f720f32f8af896f1572b1c1053') +md5sums=('ce34023183ffbd57db3abb914067556d') prepare() { cp -a sh-$pkgver{,-py2}
