Date: Friday, December 2, 2016 @ 02:19:48 Author: felixonmars Revision: 197656
upgpkg: python-sh 1.12.5-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-02 02:19:33 UTC (rev 197655) +++ PKGBUILD 2016-12-02 02:19:48 UTC (rev 197656) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=("python-sh" "python2-sh") -pkgver=1.12.3 +pkgver=1.12.5 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=('ce34023183ffbd57db3abb914067556d') +md5sums=('f86e058b5b182cca907767794b50ed14') prepare() { cp -a sh-$pkgver{,-py2}
