Skip to content

Commit 02fc1ee

Browse files
committed
feat(release): add aur publishing in goreleaser config
1 parent f118671 commit 02fc1ee

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.goreleaser.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ release:
4747
go install github.com/xdagiz/xytz@latest
4848
4949
# Arch Linux (AUR)
50-
yay -S xytz-bin
50+
yay -S xytz
5151
```
5252
5353
changelog:
@@ -88,3 +88,16 @@ homebrew_casks:
8888
- dependencies:
8989
- formula: yt-dlp
9090
- formula: ffmpeg
91+
aurs:
92+
- name: xytz
93+
homepage: "https://github.com/xdagiz/xytz"
94+
description: "a beautiful TUI YouTube Downloader"
95+
private_key: "{{ .Env.AUR_KEY }}"
96+
maintainers:
97+
- "Dagmawi Ali <xdagizjr2112 at gmail dot com>"
98+
contributors:
99+
- "Dagmawi Ali <xdagizjr2112 at gmail dot com>"
100+
depends:
101+
- yt-dlp
102+
- ffmpeg
103+
license: MIT

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ go install github.com/xdagiz/xytz@latest
6262
If you're using an Arch-based distribution, you can install xytz from the AUR:
6363

6464
```bash
65-
yay -S xytz-bin
65+
yay -S xytz
6666
```
6767

6868
### 4. Build from Source

0 commit comments

Comments
 (0)