Date: Wednesday, December 8, 2021 @ 05:06:57 Author: foutrelis Revision: 1065614
Bump to fix tests Modified: python-pip-shims/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-08 05:05:22 UTC (rev 1065613) +++ PKGBUILD 2021-12-08 05:06:57 UTC (rev 1065614) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-pip-shims -pkgver=0.5.3 -pkgrel=4 +pkgver=0.6.0 +pkgrel=0 pkgdesc="Compatibility shims for pip versions 8 thru current" url="https://github.com/sarugaku/pip-shims" license=('ISC') @@ -10,7 +10,7 @@ depends=('python-pip' 'python-wheel' 'python-setuptools') checkdepends=('python-pytest-runner' 'git') source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/pip-shims/archive/$pkgver.tar.gz") -sha512sums=('7a2b72d3483298ffeaa7ba24bdc7550e0a72ea3d373f43761afdcdc8399a518191191a2b4cc70aadfcaf1fa34e7843984c5e33ec32e4f1d10084f2497bfb61f7') +sha512sums=('af81ac58470ae083d56a0bab2687baf1f347cd42b644ba81e0e8d240d6579fa2799a266a9f84d948ac78f0db0227e7ab237c105df98d53c0e1f422ce67f7e117') build() { cd pip-shims-$pkgver