Date: Saturday, May 25, 2019 @ 17:46:06 Author: felixonmars Revision: 470724
upgpkg: python-pip-shims 0.3.2-2 fix arch Modified: python-pip-shims/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 17:46:00 UTC (rev 470723) +++ PKGBUILD 2019-05-25 17:46:06 UTC (rev 470724) @@ -2,11 +2,11 @@ pkgname=python-pip-shims pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Compatibility shims for pip versions 8 thru current" url="https://github.com/sarugaku/pip-shims" license=('ISC') -arch=('x86_64') +arch=('any') 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")