This repository was archived by the owner on Dec 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pkgbase = anitr-cli
1010 depends = mpv
1111 optdepends = rofi: X11 kullanıcıları için GUI
1212 optdepends = rofi-wayland: Wayland kullanıcıları için GUI
13- optdepends = youtube-dl: Anime indirme özelliği için
1413 optdepends = yt-dlp: Anime indirme özelliği için
14+ optdepends = youtube-dl: Anime indirme özelliği için
1515 source = anitr-cli-4.4.0.tar.gz::https://github.com/xeyossr/anitr-cli/archive/refs/tags/v4.4.0.tar.gz
1616 sha256sums = SKIP
1717
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ makedepends=('go' 'git')
1313optdepends=(
1414 ' rofi: X11 kullanıcıları için GUI'
1515 ' rofi-wayland: Wayland kullanıcıları için GUI'
16- ' youtube-dl: Anime indirme özelliği için'
1716 ' yt-dlp: Anime indirme özelliği için'
17+ ' youtube-dl: Anime indirme özelliği için'
1818)
1919
2020source=(" ${pkgname} -${pkgver} .tar.gz::https://github.com/xeyossr/anitr-cli/archive/refs/tags/v${pkgver} .tar.gz" )
Original file line number Diff line number Diff line change 11module github.com/xeyossr/anitr-cli
22
3- go 1.23
3+ go 1.23.0
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
You can’t perform that action at this time.
0 commit comments