mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pema: change the limit
This commit is contained in:
parent
8690eedea3
commit
e30319d500
1 changed files with 1 additions and 1 deletions
|
@ -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('-', '.'))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue