Package Details: ytdlp-gui 2.0.0-1

Git Clone URL: https://aur.archlinux.org/ytdlp-gui.git (read-only, click to copy)
Package Base: ytdlp-gui
Description: a GUI for yt-dlp written in Rust
Upstream URL: https://github.com/BKSalman/ytdlp-gui
Keywords: downloader video
Licenses: GPL3
Submitter: bksalman
Maintainer: bksalman
Last Packager: bksalman
Votes: 4
Popularity: 0.001783
First Submitted: 2023-01-18 23:11 (UTC)
Last Updated: 2024-12-12 14:48 (UTC)

Latest Comments

« First ‹ Previous 1 2

je-vv commented on 2023-03-03 02:00 (UTC)

why force the dependency on rustup now? it should depend on a rust provided only. It was building fine when having rust installed instead of rustup. Besides, I don't see a dependency on any nightly toolchain or similar. Can you make it depend on rust, and then rustup users will be fine, since it provides rust?

bksalman commented on 2023-03-02 17:32 (UTC)

@JisuWoniu sorry for not replying :) I fixed it now

JisuWoniu commented on 2023-02-26 17:23 (UTC) (edited on 2023-02-26 17:43 (UTC) by JisuWoniu)

Wrong pkgrel and sha256sums for tarball.

This patch may fix it:

diff --git a/PKGBUILD b/PKGBUILD
index 04cd84c..a3cf633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=ytdlp-gui
 _pkgname=ytdlp-gui
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="a GUI for yt-dlp written in Rust"
 url="https://github.com/BKSalman"
 license=("GPL3")
@@ -15,7 +15,7 @@ provides=("ytdlp-gui")
 conflicts=("ytdlp-gui")

 source=("${url}/ytdlp-gui/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("8cfd0cf4c5261242f010fff2dd60fbb87b3031dff2d4bd1338eb06156eb78e31")
+sha256sums=("b7e1a8350dc69f583122df4bc43c6968ab1f11a3282472f1fc52b47630387f0c")

 build() {
     cd "$_pkgname-${pkgver}"