Skip to content

Commit 7f5f34e

Browse files
joskeclaude
andauthored
Fix/aur chown + bump to 0.4.8 (#22)
* Fix AUR publish: restore ownership after .SRCINFO generation The chown to builder for makepkg causes git to reject the repo as an unsafe directory when running as root in the next step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * bump to 0.4.8 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2fcf2bd commit 7f5f34e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271
- name: Commit and push
272272
run: |
273273
cd aur-repo
274+
chown -R root:root .
274275
git config user.name "Jos Dehaes"
275276
git config user.email "jos.dehaes@gmail.com"
276277
git add PKGBUILD .SRCINFO

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mergers"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2024"
55
description = "A visual diff and merge tool for files and directories"
66
license = "GPL-2.0"

0 commit comments

Comments
 (0)