Package Details: firefox-sponsorblock-for-youtube-skip-sponsorships-bin 5.9.6-2

Git Clone URL: https://aur.archlinux.org/firefox-sponsorblock-for-youtube-skip-sponsorships-bin.git (read-only, click to copy)
Package Base: firefox-sponsorblock-for-youtube-skip-sponsorships-bin
Description: Easily skip YouTube video sponsors.
Upstream URL: https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/
Licenses: GPL-3.0
Submitter: medaminezghal
Maintainer: medaminezghal
Last Packager: medaminezghal
Votes: 1
Popularity: 0.43
First Submitted: 2024-11-06 10:39 (UTC)
Last Updated: 2024-11-23 10:21 (UTC)

Latest Comments

medaminezghal commented on 2024-12-02 14:07 (UTC)

@oatmealraisin thanks for the patch. I will update it soon.

oatmealraisin commented on 2024-11-28 18:18 (UTC)

Seems this doesn't install correctly, I believe the installed filename should be sponsorBlocker@ajay.app.xpi. Here's a patch

diff --git a/PKGBUILD b/PKGBUILD
index 413e7d3..a17f777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,5 +14,5 @@ noextract=('sponsorblock.xpi')
 sha256sums=('1112b79a0a10a9d19ec470585af245b25a2caf1302751553886d2975c07e5655')

 package() {
-  install -Dm644 'sponsorblock.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/SponsorBlock@ajay.app.xpi"
+  install -Dm644 'sponsorblock.xpi' "${pkgdir}/usr/lib/firefox/browser/extensions/sponsorBlocker@ajay.app.xpi"
 }