Date: Saturday, May 25, 2019 @ 17:48:26 Author: felixonmars Revision: 470732
upgpkg: python-hypothesis-fspaths 0.1.0-2 fix arch Modified: python-hypothesis-fspaths/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-25 17:48:16 UTC (rev 470731) +++ PKGBUILD 2019-05-25 17:48:26 UTC (rev 470732) @@ -2,11 +2,11 @@ pkgname=python-hypothesis-fspaths pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Hypothesis extension for generating filesystem paths" url="https://github.com/lazka/hypothesis-fspaths" license=('MIT') -arch=('x86_64') +arch=('any') depends=('python-hypothesis') makedepends=('python-setuptools' 'python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/lazka/hypothesis-fspaths/archive/v$pkgver.tar.gz")
