diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 12:33:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 12:33:27 -0300 |
commit | eff94e5f599fdc17ea5e87e124917becfeaefb8e (patch) | |
tree | f737a736337edea56e6f98525c2f0c55790c2000 /testing/quickjs/APKBUILD | |
parent | 1fbf3d339f95c89d9f87a173f49a6480bbfbb7c7 (diff) | |
download | aports-eff94e5f599fdc17ea5e87e124917becfeaefb8e.tar.bz2 aports-eff94e5f599fdc17ea5e87e124917becfeaefb8e.tar.xz |
testing/quickjs: unleash on the builders
Diffstat (limited to 'testing/quickjs/APKBUILD')
-rw-r--r-- | testing/quickjs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/quickjs/APKBUILD b/testing/quickjs/APKBUILD index b5ad0419e1..79eaac3639 100644 --- a/testing/quickjs/APKBUILD +++ b/testing/quickjs/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Chloe Kudryavtsev <toast@toastin.space> pkgname="quickjs" _pkgver=2019-09-01 -pkgver=0.${pkgver//-} +pkgver=0.${_pkgver//-} pkgrel=0 pkgdesc="A small and embeddable Javascript engine" url="https://bellard.org/quickjs/" -arch="" # Tests fail on all arches +arch="all" # Tests fail on all arches license="MIT" subpackages="$pkgname-doc $pkgname-static" source=" |