Search Criteria
Package Details: yt-x 0.4.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/yt-x.git (read-only, click to copy) |
---|---|
Package Base: | yt-x |
Description: | Browse youtube from your terminal |
Upstream URL: | https://github.com/Benexl/yt-x |
Licenses: | GPL |
Provides: | yt-x |
Submitter: | denkijin |
Maintainer: | denkijin |
Last Packager: | denkijin |
Votes: | 3 |
Popularity: | 1.80 |
First Submitted: | 2024-11-25 22:21 (UTC) |
Last Updated: | 2025-01-04 19:01 (UTC) |
Dependencies (11)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR, skim-symlinksAUR)
- jq (jq-gitAUR, jaq-binAUR)
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-build-gitAUR)
- yt-dlp (yt-dlp-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- chafa (chafa-gitAUR) (optional)
- gum (gum-gitAUR) (optional)
- icatAUR (icat-gitAUR) (optional)
- imgcatAUR (optional)
Latest Comments
1 2 Next › Last »
denkijin commented on 2025-01-04 19:01 (UTC) (edited on 2025-01-04 19:04 (UTC) by denkijin)
error should be corrected.
harilvfs commented on 2025-01-04 11:48 (UTC) (edited on 2025-01-04 11:55 (UTC) by harilvfs)
@everyone Please avoid installing or using the yt-x PKGBUILD for now. The current maintainer is unresponsive, and the package may not be reliable.
To address this, I’ve submitted the yt-x-git package on AUR, which I will personally maintain. You can now install yt-x through the yt-x-git package without any issues.
If the maintainer of the yt-x package is reading this, I want to clarify that there’s no issue with you personally. However, if the package is invalid, users might face problems. If you wish to continue maintaining the yt-x package, I suggest using the stable release build of yt-x. If you encounter any challenges while building the package, I or others can assist you. Additionally, if you'd like, you can add me as a co-maintainer, and I’ll help manage the package.
Thank you!
spsf64 commented on 2025-01-04 04:40 (UTC)
@denkijin, once again error seems to be on PKGBUILD line 27, just correct/revert to:
source=(https://raw.githubusercontent.com/Benexl/$pkgname/refs/tags/v$pkgver/$pkgname)
Then it should build fine...
m040601 commented on 2025-01-03 23:25 (UTC) (edited on 2025-01-03 23:30 (UTC) by m040601)
@denkijin @harilvfs
I can also confirm what others have said,
This PKGBUILD isn’t correct or valid, and it doesn't work at the moment.
Please make sure to test and confirm it is working on your system before you upload something to the AUR.
There is now also a "-git" PKGBUILD, "yt-x-git" by another user, "denkijin"
The best thing for consistency and to avoid reduplicating work, would be for the same pairs of eyes to colaborate, share work and co-maintain both, "yt-x" and "yt-x-git".
harilvfs commented on 2025-01-03 18:06 (UTC)
Hey man, your package build isn’t correct or valid, and it doesn't work properly. I’ve created a working
yt-x-git
package that functions fine.Do you want to keep this package in AUR as is, marked as outdated, or should we remove it if it's not working?
Users may still install it, but they’ll encounter errors during installation.
vitaliikuzhdin commented on 2024-12-31 20:06 (UTC)
justbispo commented on 2024-12-31 00:24 (UTC)
The line 33 fails because it's missing
$pkgver
, it should beinstall -D "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
, the same as insource
.denkijin commented on 2024-12-30 23:39 (UTC)
@spsf64 thanks, fixed it! also added versioning to the source download, oops
spsf64 commented on 2024-12-19 14:42 (UTC)
@LuxFerre and @denkijin, line 27 missing "v" before pkgver, change line 27 to:
source=(https://raw.githubusercontent.com/Benexl/$pkgname/refs/tags/v$pkgver/$pkgname)
1 2 Next › Last »