File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44build_prefix = 'extra-x86_64'
55
66def pre_build ():
7- aur_pre_build ()
7+ aur_pre_build (maintainers = [ 'Mr.Smith1974' ] )
88
99 for line in edit_file ('PKGBUILD' ):
1010 # edit PKGBUILD
Original file line number Diff line number Diff line change 22from lilaclib import *
33
44build_prefix = 'extra-x86_64'
5- pre_build = aur_pre_build
5+ pre_build_script = aur_pre_build ( maintainers = [ 'ShadowKyogre' ])
66post_build = aur_post_build
77
88if __name__ == '__main__' :
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ build_prefix: extra-x86_64
44update_on :
55 - source : aur
66 aur : hpoj
7- pre_build : aur_pre_build
7+ pre_build_script : aur_pre_build(maintainers=['ShadowKyogre'])
88post_build : aur_post_build
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ maintainers:
22 - github : qwIvan
3344build_prefix : extra-x86_64
5- pre_build : aur_pre_build
5+ pre_build_script : aur_pre_build(maintainers=['carstene1ns'])
66post_build : aur_post_build
77update_on :
88 - source : aur
Original file line number Diff line number Diff line change 1- pre_build_script : aur_pre_build()
1+ pre_build_script : aur_pre_build(maintainers=['flyin1501'] )
22
33post_build : aur_post_build
44
You can’t perform that action at this time.
0 commit comments