Skip to content

Commit

Permalink
fix: harden aur_pre_build for related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanji-dev committed Sep 10, 2022
1 parent 339ff92 commit a6cc019
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion archlinuxcn/libeb/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ maintainers:
update_on:
- source: aur
aur: libeb
pre_build: aur_pre_build

pre_build_script: aur_pre_build(maintainers=['MarsSeed'])
post_build: aur_post_build
2 changes: 1 addition & 1 deletion archlinuxcn/litecli/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ update_on:
aur: litecli
- alias: python

pre_build: aur_pre_build
pre_build_script: aur_pre_build(maintainers=['andrejr'])
post_build: aur_post_build
3 changes: 2 additions & 1 deletion archlinuxcn/mecab-ipadic/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ repo_depends:
update_on:
- source: aur
aur: mecab-ipadic
pre_build: aur_pre_build

pre_build_script: aur_pre_build(maintainers=['nosada'])
post_build: aur_post_build
2 changes: 1 addition & 1 deletion archlinuxcn/prometheus-postgresql-exporter/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ maintainers:
- github: masakichi
email: [email protected]

pre_build: aur_pre_build
pre_build_script: aur_pre_build(maintainers=['SunRed'])
post_build: aur_post_build

update_on:
Expand Down
2 changes: 1 addition & 1 deletion archlinuxcn/smug/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ update_on:
- source: aur
aur: smug

pre_build: aur_pre_build
pre_build_script: aur_pre_build(maintainers=['jtdowney'])
post_build: aur_post_build
2 changes: 1 addition & 1 deletion archlinuxcn/ttf-migu/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ maintainers:
update_on:
- source: aur
aur: ttf-migu
pre_build: aur_pre_build
pre_build_script: aur_pre_build(maintainers=['ny-a'])
post_build: aur_post_build

0 comments on commit a6cc019

Please sign in to comment.