diff options
Diffstat (limited to 'testing/xa/APKBUILD')
-rw-r--r-- | testing/xa/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/xa/APKBUILD b/testing/xa/APKBUILD index fc5c861030..4e092b7d2b 100644 --- a/testing/xa/APKBUILD +++ b/testing/xa/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=xa pkgver=2.3.9 -pkgrel=0 +pkgrel=1 pkgdesc="cross-assembler and utility suite for 65xx/65816 processors" url="https://www.floodgap.com/retrotech/xa" arch="all" @@ -11,7 +11,6 @@ checkdepends="perl" subpackages="$pkgname-doc" source="https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -options="!check" # broken test suite build() { cd "$builddir" @@ -20,7 +19,7 @@ build() { check() { cd "$builddir" - make test + make -j1 test } package() { |