Date: Tuesday, November 22, 2022 @ 23:05:47 Author: felixonmars Revision: 1351951
upgpkg: python-pip-run 8.8.2-1 Modified: python-pip-run/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-22 23:05:45 UTC (rev 1351950) +++ PKGBUILD 2022-11-22 23:05:47 UTC (rev 1351951) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pip-run -pkgver=8.8.1 +pkgver=8.8.2 pkgrel=1 pkgdesc="Install packages and run Python with them" url="https://github.com/jaraco/pip-run" @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler') source=("https://github.com/jaraco/pip-run/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('ae964ca96f0be33fdb33974061e75486c443fda5edf0cf43247e8bd293d9a6a87d2cd421100578ed5179f13c9f46ff10ec730e0b403982da7e8aac22651268ea') +sha512sums=('0250f55b49bb3eec10c78b217285df522bc00475dd9bdc710c107a8569e66b2ae643137da59a07c0f6b5e1254a9a920de3212f6befff245cd797947d3fdf95dc') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
