Date: Friday, March 31, 2017 @ 01:27:36 Author: felixonmars Revision: 220144
upgpkg: python-sh 1.12.13-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-30 22:42:08 UTC (rev 220143) +++ PKGBUILD 2017-03-31 01:27:36 UTC (rev 220144) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=("python-sh" "python2-sh") -pkgver=1.12.11 +pkgver=1.12.13 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=('de645c2493135427d413eb618778ad94') +sha512sums=('9ccceb64c455361e40985bc15651861a8d86fad8e674195aa493306e54ed194c55e98c0a8c6ee3ba9a3020b3e3ad069d26c9c1da950de52581979575b7c008e5') prepare() { cp -a sh-$pkgver{,-py2}
