diff options
| author | 2026-02-24 15:12:57 +0800 | |
|---|---|---|
| committer | 2026-02-24 15:12:57 +0800 | |
| commit | 08c10ff7bf63f701026f707801277b097c95054f (patch) | |
| tree | 27eed11567ed70e18be557337187c0ce527c5d0c | |
| parent | f62832f0fb52900704a36fc45c7bc9b0098046a7 (diff) | |
| download | soon-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.
| -rw-r--r-- | .github/workflows/publish-aur.yml | 3 |
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 |