From ca503e96ca6d4149a6ef60e292a843a925889b68 Mon Sep 17 00:00:00 2001 From: bgme Date: Wed, 31 Jan 2024 10:22:57 +0800 Subject: [PATCH] rebuild rstudio-desktop --- repo/rstudio-desktop/lilac.py | 8 ++++++++ repo/rstudio-desktop/lilac.yaml | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 repo/rstudio-desktop/lilac.py diff --git a/repo/rstudio-desktop/lilac.py b/repo/rstudio-desktop/lilac.py new file mode 100644 index 0000000..d8249a4 --- /dev/null +++ b/repo/rstudio-desktop/lilac.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 + +from lilaclib import * + + +def pre_build(): + add_depends(["quarto-cli"]) + aur_pre_build() diff --git a/repo/rstudio-desktop/lilac.yaml b/repo/rstudio-desktop/lilac.yaml index 9c99894..9049876 100644 --- a/repo/rstudio-desktop/lilac.yaml +++ b/repo/rstudio-desktop/lilac.yaml @@ -7,8 +7,6 @@ repo_depends: build_prefix: archlinuxcn-x86_64 -pre_build: aur_pre_build - post_build: aur_post_build time_limit_hours: 4 @@ -17,4 +15,4 @@ update_on: - source: aur aur: rstudio-desktop - source: manual - manual: 1 \ No newline at end of file + manual: 2 \ No newline at end of file