Date: Saturday, May 25, 2019 @ 17:42:11 Author: felixonmars Revision: 470718
upgpkg: python-yaspin 0.14.3-2 fix arch Modified: python-yaspin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 17:41:10 UTC (rev 470717) +++ PKGBUILD 2019-05-25 17:42:11 UTC (rev 470718) @@ -2,11 +2,11 @@ pkgname=python-yaspin pkgver=0.14.3 -pkgrel=1 +pkgrel=2 pkgdesc="Yet Another Terminal Spinner" url="https://github.com/pavdmyt/yaspin" license=('MIT') -arch=('x86_64') +arch=('any') depends=('python') makedepends=('python-setuptools') checkdepends=('python-pytest-runner')
