Date: Saturday, May 25, 2019 @ 17:47:13 Author: felixonmars Revision: 470728
upgpkg: python-first 2.0.1-2 fix arch Modified: python-first/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 17:46:58 UTC (rev 470727) +++ PKGBUILD 2019-05-25 17:47:13 UTC (rev 470728) @@ -2,11 +2,11 @@ pkgname=python-first pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Return the first true value of an iterable" url="https://github.com/hynek/first" license=('MIT') -arch=('x86_64') +arch=('any') depends=('python') makedepends=('python-setuptools') checkdepends=('python-pytest-runner')