mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
gconf, garli: fix pre|post_build issue
This commit is contained in:
parent
c6e4844df5
commit
ff1c9834b3
2 changed files with 8 additions and 6 deletions
|
@ -2,9 +2,10 @@ build_prefix: extra-x86_64
|
|||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
pre_build: |
|
||||
vcs_update
|
||||
post_build: |
|
||||
pre_build_script: |
|
||||
update_pkgrel()
|
||||
vcs_update()
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_on:
|
||||
- source: cmd
|
||||
|
|
|
@ -2,9 +2,10 @@ maintainers:
|
|||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
build_prefix: extra-x86_64
|
||||
pre_build: |
|
||||
vcs_update
|
||||
post_build: |
|
||||
pre_build_script: |
|
||||
update_pkgrel()
|
||||
vcs_update()
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_on:
|
||||
- source: git
|
||||
|
|
Loading…
Add table
Reference in a new issue