Date: Saturday, December 17, 2016 @ 08:25:36 Author: felixonmars Revision: 199924
upgpkg: python-sh 1.12.8-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-17 08:07:18 UTC (rev 199923) +++ PKGBUILD 2016-12-17 08:25:36 UTC (rev 199924) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=("python-sh" "python2-sh") -pkgver=1.12.7 +pkgver=1.12.8 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=('89d46b1dba32713b7df74b1bc59d74a1') +md5sums=('aafcd26c58df5325df12d106059206cf') prepare() { cp -a sh-$pkgver{,-py2}
