diff options
Diffstat (limited to 'testing/solidity')
-rw-r--r-- | testing/solidity/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/solidity/APKBUILD b/testing/solidity/APKBUILD index df02c36bb7..327fcc89f7 100644 --- a/testing/solidity/APKBUILD +++ b/testing/solidity/APKBUILD @@ -5,12 +5,11 @@ pkgver=0.5.10 pkgrel=0 pkgdesc="The Solidity Contract-Oriented Programming Language" url="https://github.com/ethereum/solidity" -arch="all" +arch="all !s390x" # No support for big-endian systems license="GPL-3.0-or-later" depends="libgcc" -makedepends="boost-dev boost cmake git" +makedepends="boost-dev cmake git" source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/$pkgname/archive/v$pkgver.tar.gz" -# options="!check" # package does not have tests prepare() { default_prepare |