Search Criteria
Package Details: freetube-git 0.24.0.beta.r10303.9aa0484-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/freetube-git.git (read-only, click to copy) |
|---|---|
| Package Base: | freetube-git |
| Description: | An open source desktop YouTube player built with privacy in mind - built from git source tree. |
| Upstream URL: | https://freetubeapp.io |
| Licenses: | AGPL-3.0-or-later |
| Conflicts: | freetube |
| Provides: | freetube |
| Submitter: | picokan |
| Maintainer: | picokan |
| Last Packager: | picokan |
| Votes: | 22 |
| Popularity: | 0.69 |
| First Submitted: | 2020-10-01 22:23 (UTC) |
| Last Updated: | 2026-06-03 19:30 (UTC) |
Dependencies (3)
- electron42 (electron42-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
Required by (1)
- chromium-extension-privacy-redirect-av (requires freetube) (make)
Latest Comments
1 2 3 4 5 6 .. 10 Next › Last »
no_gafam commented on 2026-07-08 11:51 (UTC)
my bad, they fixed the problem a day later within the pnpm-workspace.yaml:
* * Update pnpm to add youtubei.js to minimumReleaseAgeExcludepicokan commented on 2026-07-05 09:08 (UTC)
Odd, I'm not getting that error when compiling with the current PKGBUILD and latest freetube commit.
no_gafam commented on 2026-07-01 09:30 (UTC)
strict pnpm v11 building policies strike again:
[ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION] 3 lockfile entries failed verificationFixed it by adding this line to prepare():
sed -i "6i minimumReleaseAge: 0" "$srcdir/$_pkgname/pnpm-workspace.yaml"no_gafam commented on 2026-06-03 11:29 (UTC) (edited on 2026-06-03 11:31 (UTC) by no_gafam)
seems like since pnpm v11 dependencies within build scripts are handled more strict and freetube uses more unapproved packages than just '@parcel/watcher'...
I deactivated the strict approval rule by adding this line to build():
export PNPM_CONFIG_STRICT_DEP_BUILDS=falsenathaniel7 commented on 2026-06-02 21:25 (UTC)
I found it necessary to add this line to build(): pnpm approve-builds @parcel/watcher
picokan commented on 2026-05-12 07:46 (UTC)
Thanks for the _electron idea, that'll help with forgetting to change all instances of it. We aren't developing freetube, so I'm not too bothered with running linters and making sure they pass.
Healing_Hands commented on 2026-05-11 22:40 (UTC)
Hi,
The freetube.sh file still contains "electron41", and so does in the sed command.
italoghost commented on 2026-05-11 13:48 (UTC) (edited on 2026-05-11 14:53 (UTC) by italoghost)
Hi!
I will explain in parts:
UPDATE: I've checked the
namcapagain and the dependencies are not necessary, onlyelectron.picokan commented on 2026-05-11 06:49 (UTC)
What's the reasoning behind those other changes?
italoghost commented on 2026-05-10 17:38 (UTC)
Hi! FreeTube has bumped electron to version 42.
In addition to that, could you consider this change?
1 2 3 4 5 6 .. 10 Next › Last »