File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
5353changelog :
@@ -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
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ go install github.com/xdagiz/xytz@latest
6262If 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
You can’t perform that action at this time.
0 commit comments