You are not logged in.

#1 2016-06-15 23:53:12

Case_Of
Member
Registered: 2015-10-09
Posts: 6

.

.

Last edited by Case_Of (2018-09-06 21:22:32)

Offline

#2 2016-06-17 08:17:04

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: .

There is already the package youtube-dl-latest in AUR maintained by *REDACTED*, which he keeps always up to date.

Moderator edit:  Name redacted upon request

Last edited by ewaller (2016-07-02 14:29:20)

Offline

#3 2016-06-17 12:53:49

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,560

Re: .

And which will be deleted (again).

Offline

#4 2016-06-17 13:02:43

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,865
Website

Re: .

Edit the community PKGBUILD if you need to, or modify the -git package to checkout a specific tag. There's no need for a "-latest" PKGBUILD, and is against the AUR rules (as Scimmia noted).


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2016-06-18 20:44:18

Case_Of
Member
Registered: 2015-10-09
Posts: 6

Re: .

.

Last edited by Case_Of (2018-09-06 21:18:19)

Offline

#6 2016-08-17 20:53:06

tomiia
Member
Registered: 2014-03-16
Posts: 2

Re: .

I made a youtube-dl builder script

It creates the PKGBUILD then builds youtube-dl with it. You can look at https://github.com/tomiia/bazar/tree/master/youtube-dl

Offline

#7 2016-08-23 09:07:52

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: .

# pacman -Sy youtube-dl
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community                                                                                 3.6 MiB  3.32M/s 00:01 [####################################################################] 100%
 youtube-dl                                                                             1180.0   B  0.00B/s 00:00 [####################################################################] 100%
 youtube-dl.sig                                                                          543.0   B  0.00B/s 00:00 [####################################################################] 100%
error: youtube-dl: key "DCD30A709F213FB2" is unknown
:: Import PGP key 4096R/2072E65B13B34DC19643CCDEDCD30A709F213FB2, "Case_Of <caseof@yt-dl.tk>", created: 2016-06-24? [Y/n] 
error: youtube-dl: signature from "Case_Of <caseof@youtube-dl.tk>" is unknown trust
error: failed to update youtube-dl (invalid or corrupted database (PGP signature))
error: database 'youtube-dl' is not valid (invalid or corrupted database (PGP signature))

I answered 'Y' to the Import question, but it didn't work.

Offline

#8 2016-08-23 11:00:39

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,865
Website

Re: .


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#9 2016-08-23 14:43:52

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: .

1. I ran a 'Syu' just before adding the 'youtube-dl' repository and the command to get the last youtube-dl package

2. Where can I find the fingerprint of the Case_Of signature?

# pacman-key -f 2072E65B13B34DC19643CCDEDCD30A709F213FB2
pub   rsa4096 2016-06-24 [SC] [expires: 2017-06-24]
      2072 E65B 13B3 4DC1 9643  CCDE DCD3 0A70 9F21 3FB2
uid           [ unknown] Case_Of <caseof@youtube-dl.tk>
uid           [ unknown] Case_Of <caseof@yt-dl.tk>

I want to verify it before I trust it with 'pacman-key --lsign-key'

Offline

#10 2016-08-23 19:24:12

Case_Of
Member
Registered: 2015-10-09
Posts: 6

Re: .

.

Last edited by Case_Of (2018-09-06 21:17:42)

Offline

#11 2016-08-23 19:25:00

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: .

The only trace of this key I can find is here: https://wiki.archlinux.org/index.php/Un … youtube-dl

I can't find a reason to trust this key so far. I'd recommend using the git version and install from the latest stable tag: https://github.com/rg3/youtube-dl/releases

Disregard. My tab didn't refresh properly.

Last edited by Awebb (2016-08-23 19:25:30)

Offline

#12 2016-08-24 08:42:24

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: .

# pacman-key --list-sigs 2072E65B13B34DC19643CCDEDCD30A709F213FB2
pub   rsa4096 2016-06-24 [SC] [expires: 2017-06-24]
      2072E65B13B34DC19643CCDEDCD30A709F213FB2
uid           [ unknown] Case_Of <caseof@youtube-dl.tk>
sig 3        DCD30A709F213FB2 2016-08-17  Case_Of <caseof@youtube-dl.tk>                                                                                                                     
uid           [ unknown] Case_Of <caseof@yt-dl.tk>                                                                                                                                           
sig 3        DCD30A709F213FB2 2016-06-24  Case_Of <caseof@youtube-dl.tk>                                                                                                                     

Why are there two signatures with the same id?

Offline

#13 2016-08-24 21:54:49

Case_Of
Member
Registered: 2015-10-09
Posts: 6

Re: .

.

Last edited by Case_Of (2018-09-06 21:17:29)

Offline

Board footer

Powered by FluxBB