r-pema: change the limit

This commit is contained in:
Kuoi 2023-03-18 00:57:14 +08:00
parent 8690eedea3
commit e30319d500

View file

@ -8,7 +8,7 @@ def pre_build():
if line.startswith('_pkgver='):
line = f'_pkgver={_G.newver}'
elif line.startswith('build()'):
line += '\n' + 'export MAKE="make -j5"'
line += '\n' + 'export MAKE="make -j2"'
print(line)
update_pkgver_and_pkgrel(_G.newver.replace(':', '.').replace('-', '.'))