Package Details: ytdlp-gui 1.0.2-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.135846
First Submitted: 2023-01-18 23:11 (UTC)
Last Updated: 2024-02-26 21:46 (UTC)

Latest Comments

« First ‹ Previous 1 2

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}"