Date: Thursday, March 2, 2017 @ 16:14:21 Author: felixonmars Revision: 214565
upgpkg: python-sh 1.12.10-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-02 15:45:48 UTC (rev 214564) +++ PKGBUILD 2017-03-02 16:14:21 UTC (rev 214565) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=("python-sh" "python2-sh") -pkgver=1.12.9 +pkgver=1.12.10 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=('ddc128a8d943d25afa6e01af11e0063b') +md5sums=('3dc0eee1382c2f604298c5ce3d747703') prepare() { cp -a sh-$pkgver{,-py2}
