PSA: Upstream has renamed the project from youtube-music to pear-desktop. Please install pear-desktop.
Search Criteria
Package Details: pear-desktop 3.11.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pear-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | pear-desktop |
| Description: | Extension for music player |
| Upstream URL: | https://github.com/pear-devs/pear-desktop |
| Licenses: | MIT |
| Conflicts: | youtube-music |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 12 |
| Popularity: | 1.36 |
| First Submitted: | 2025-10-12 17:35 (UTC) |
| Last Updated: | 2025-10-12 17:35 (UTC) |
Dependencies (4)
- electron38 (electron38-binAUR)
- libsecret
- nvm (nvm-gitAUR) (make)
- pnpm (corepackerAUR, pnpm-corepackAUR, pnpm-binAUR) (make)
Required by (0)
Sources (3)
yochananmarqos commented on 2025-10-12 17:36 (UTC)
linskun commented on 2025-10-12 16:25 (UTC)
wget https://github.com/ytmd-devs/ytmd/archive/refs/tags/v3.11.0.tar.gz ... Saving to: ‘v3.11.0.tar.gz’ ... 2025-10-12 18:22:50 (8,19 MB/s) - ‘v3.11.0.tar.gz’ saved [2696808/2696808]
sha256sum v3.11.0.tar.gz fb2e06ae019214ad62e0aaee7545d11f6ff42c79084ec4fe0dad7d9f534cbeec v3.11.0.tar.gz
Checksum is different from pkgbuild
yochananmarqos commented on 2025-09-23 16:51 (UTC)
@arcorreia: The checksums are correct. Clear your build cache.
arcorreia commented on 2025-09-23 15:46 (UTC)
Checksum fails.
==> A validar source ficheiros com sha256sums... youtube-music-3.11.0.tar.gz ... FALHOU
andebugulin commented on 2025-09-21 07:41 (UTC) (edited on 2025-09-21 07:43 (UTC) by andebugulin)
The PKGBUILD is currently broken: the source archive unpacks into
ytmd-$pkgverinstead of$pkgname-$pkgver, socd "$pkgname-$pkgver"fails.I fixed it by introducing
_srcname="ytmd-$pkgver"and replacing thecdlines withcd "$_srcname".Here’s a working PKGBUILD snippet:
_srcname="ytmd-$pkgver"
prepare() {
cd "$_srcname" …
}
build() {
cd "$_srcname" …
}
package() {
cd "$_srcname" …
}
Tested on Arch Linux, builds fine.
yochananmarqos commented on 2025-07-14 14:22 (UTC)
@jclds139: Upstream is using 38.
jclds139 commented on 2025-07-14 04:17 (UTC)
Is there a typo in the current update? electron 38 is still in alpha. Shouldn't the current version be 36?
Volteos commented on 2025-06-29 14:35 (UTC)
Thank you for maintaining the package your work is appreciated. I wish there was some way to donate to the author.
yochananmarqos commented on 2025-05-15 15:40 (UTC)
@Ape: Upstream has already updated to 36 in the master branch, so the next version will.
Ape commented on 2025-05-15 06:37 (UTC)
Could we use Electron 36?
Pinned Comments
yochananmarqos commented on 2025-10-12 17:36 (UTC)
PSA: Upstream has renamed the project from youtube-music to pear-desktop. Please install
pear-desktop.