rapydscript-ng: add explicit python_version
This commit is contained in:
parent
84c2e74e35
commit
e9aa8dc793
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rapydscript-ng'
|
||||
pkgname=rapydscript-ng
|
||||
version=0.7.20
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
hostmakedepends="nodejs"
|
||||
depends="nodejs"
|
||||
|
@ -12,6 +12,7 @@ homepage="https://github.com/kovidgoyal/rapydscript-ng"
|
|||
changelog="https://raw.githubusercontent.com/kovidgoyal/rapydscript-ng/master/CHANGELOG.md"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=11540118ce88f33b974884f08d1627938bc57669f0eefc1392bf9fc9d411ae03
|
||||
python_version=3 # seems to be compatible with both
|
||||
|
||||
do_build() {
|
||||
npm install --no-optional
|
||||
|
|
Loading…
Reference in New Issue