testing/libpostal: disable on everything but x86_64 and x86

This commit is contained in:
Leo 2019-09-07 17:32:11 -03:00
parent e16026ddc5
commit 93fc5fe7d5

View File

@ -5,7 +5,7 @@ pkgver=1.0.0
pkgrel=0
pkgdesc="A C library for parsing/normalizing street addresses around the world"
url="https://github.com/openvenues/libpostal"
arch="all"
arch="x86_64 x86"
license="MIT"
makedepends="autoconf automake libtool"
subpackages="$pkgname-static $pkgname-dev"