Date: Saturday, December 3, 2016 @ 03:26:46 Author: felixonmars Revision: 197783
upgpkg: python-sh 1.12.6-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-02 23:08:24 UTC (rev 197782) +++ PKGBUILD 2016-12-03 03:26:46 UTC (rev 197783) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <rods...@gmail.com> pkgname=("python-sh" "python2-sh") -pkgver=1.12.5 +pkgver=1.12.6 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=('f86e058b5b182cca907767794b50ed14') +md5sums=('677b9182bcbd34ebe18402b30e74566a') prepare() { cp -a sh-$pkgver{,-py2}