diff options
Diffstat (limited to 'testing/quickjs')
| -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=" |
