mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-23 23:07:17 +00:00
process prepare call for vcs packages
This commit is contained in:
parent
0dd4d098f6
commit
c5db7e64ca
@ -68,7 +68,7 @@ class Package:
|
||||
try:
|
||||
Task.fetch(clone_dir, self.git_url)
|
||||
# update pkgver first
|
||||
check_output('makepkg', '--nodeps', '--noprepare', '--nobuild',
|
||||
check_output('makepkg', '--nodeps', '--nobuild',
|
||||
exception=None, cwd=clone_dir)
|
||||
# generate new .SRCINFO and put it to parser
|
||||
src_info_source = check_output('makepkg', '--printsrcinfo',
|
||||
|
Loading…
Reference in New Issue
Block a user