Skip to content

Commit

Permalink
gcalcli: rebuild
Browse files Browse the repository at this point in the history
- Add python to depends
- Add git to makedepends

Signed-off-by: Roald Clark <[email protected]>
  • Loading branch information
roaldclark committed Oct 13, 2024
1 parent 5cb10ef commit d4e05dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions archlinuxcn/gcalcli/lilac.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
build_prefix: extra-x86_64
pre_build_script: aur_pre_build(maintainers=['ainola', 'mu_mind'])
pre_build_script: |
aur_pre_build(maintainers=['ainola', 'mu_mind'])
add_depends(['python'])
add_makedepends(['git'])
post_build: aur_post_build
update_on:
- source: aur
aur: gcalcli
- alias: python
- source: manual
manual: 1
manual: 1.1

maintainers:
- github: roaldclark

0 comments on commit d4e05dc

Please sign in to comment.