Date: Thursday, December 8, 2016 @ 15:17:10 Author: felixonmars Revision: 198463
upgpkg: python-sh 1.12.7-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-08 15:09:53 UTC (rev 198462) +++ PKGBUILD 2016-12-08 15:17:10 UTC (rev 198463) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=("python-sh" "python2-sh") -pkgver=1.12.6 +pkgver=1.12.7 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=('677b9182bcbd34ebe18402b30e74566a') +md5sums=('89d46b1dba32713b7df74b1bc59d74a1') prepare() { cp -a sh-$pkgver{,-py2}
