Date: Saturday, May 25, 2019 @ 17:49:37 Author: felixonmars Revision: 470735
upgpkg: python-apispec-webframeworks 0.4.0-2 fix arch Modified: python-apispec-webframeworks/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 17:49:26 UTC (rev 470734) +++ PKGBUILD 2019-05-25 17:49:37 UTC (rev 470735) @@ -2,11 +2,11 @@ pkgname=python-apispec-webframeworks pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Web framework plugins for apispec" url="https://github.com/marshmallow-code/apispec-webframeworks" license=('MIT') -arch=('x86_64') +arch=('any') depends=('python-apispec' 'python-yaml') makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 'python-tornado')
