Date: Saturday, May 15, 2021 @ 20:26:20 Author: felixonmars Revision: 934767
upgpkg: python-sh 1.14.2-1 Modified: python-sh/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-15 20:25:33 UTC (rev 934766) +++ PKGBUILD 2021-05-15 20:26:20 UTC (rev 934767) @@ -4,8 +4,8 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=python-sh -pkgver=1.14.1 -pkgrel=3 +pkgver=1.14.2 +pkgrel=1 pkgdesc='Subprocess interface that allows you to call any program as if it were a function' arch=('any') url='https://pypi.python.org/pypi/sh' @@ -14,8 +14,8 @@ makedepends=('python-setuptools') checkdepends=('lsof' 'python-pytest') source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz") -sha512sums=('9a4d9b841e81ae465b036f3fbf5e8ca277b090ffada660b17e9c2c457e09f7dbb0038b687fc0c0f4a6d575a55deb451c572a60f92f8c8d18ea65d6d902abb9b4') -b2sums=('e4439a54d4bf2c106ae5217b55d6fa19f2bc369fb63e8515954a017fd2e98eca88fce07ea3efa70b3c427826bec657aa75c057a09c88de76c1595ef89465ee32') +sha512sums=('b7917504ae85606e1986b681274077777ad3011639bfe933d4133c3ed16f930842e03b572caa396ca4d58f41fd5594bef776cc16c4b0fbd1242e57c6aad19e62') +b2sums=('adc9004334a53f3704e22c318df6b4f60fd9ca2d31f5a9601f84abfaf0fe2ded06938b165e10b1a977ed38fcad7d0fa08799f2f552fc2c6b9b4c2a6476477115') build() { cd sh-$pkgver
