aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-02-24 15:12:57 +0800
committerGitHub <noreply@github.com>2026-02-24 15:12:57 +0800
commit08c10ff7bf63f701026f707801277b097c95054f (patch)
tree27eed11567ed70e18be557337187c0ce527c5d0c /.github/workflows
parentf62832f0fb52900704a36fc45c7bc9b0098046a7 (diff)
downloadsoon-08c10ff7bf63f701026f707801277b097c95054f.tar.gz
soon-08c10ff7bf63f701026f707801277b097c95054f.zip
Remove update step for PKGBUILD and .SRCINFO
Removed the step to update PKGBUILD and .SRCINFO in the AUR repository.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish-aur.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml
index 4bfb56d..f9e43cd 100644
--- a/.github/workflows/publish-aur.yml
+++ b/.github/workflows/publish-aur.yml
@@ -34,9 +34,6 @@ jobs:
- name: Clone AUR repository
run: |
git clone ssh://aur@aur.archlinux.org/soon.git aur-repo
-
- - name: Update PKGBUILD and .SRCINFO in AUR repo
- run: |
cd aur-repo
cp ../PKGBUILD .
makepkg --printsrcinfo > .SRCINFO