Date: Saturday, May 25, 2019 @ 17:41:00 Author: felixonmars Revision: 470716
upgpkg: python-vistir 0.4.2-2 fix arch Modified: python-vistir/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 17:40:30 UTC (rev 470715) +++ PKGBUILD 2019-05-25 17:41:00 UTC (rev 470716) @@ -2,11 +2,11 @@ pkgname=python-vistir pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more" url="https://github.com/sarugaku/vistir" license=('BSD') -arch=('x86_64') +arch=('any') depends=('python-colorama' 'python-requests' 'python-six') makedepends=('python-setuptools' 'python-wheel') checkdepends=('python-pytest-runner' 'python-hypothesis-fspaths' 'python-pytest-cov'
