diff options
-rw-r--r-- | libre/icecat-ublock-origin/PKGBUILD | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/libre/icecat-ublock-origin/PKGBUILD b/libre/icecat-ublock-origin/PKGBUILD index fbe69f5ef..6f14650e5 100644 --- a/libre/icecat-ublock-origin/PKGBUILD +++ b/libre/icecat-ublock-origin/PKGBUILD @@ -1,29 +1,24 @@ # Maintainer: Andreas Grapentin <andreas@grapentin.org> -# Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info> +# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Arch): Eli Schwartz <eschwartz@archlinux.org> # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=icecat-ublock-origin - -pkgver=1.17.2 +pkgver=1.26.0 pkgrel=1 +pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean' arch=(any) - -pkgdesc="An efficient blocker add-on for various browsers. Fast, potent, and lean." -url="https://github.com/gorhill/uBlock" +url=https://github.com/gorhill/uBlock license=(GPL3) - -depends=(icecat) provides=(icecat-adblock-plus) conflicts=(icecat-adblock-plus) -replaces=(icecat-adblock-plus) +replaces=(firefox-ublock-origin firefox-adblock-plus icecat-adblock-plus) groups=(icecat-addons) - -source=("uBlock0-$pkgver.firefox.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") -noextract=("${source%%::*}") -sha256sums=('172c7f1d177f0438a95fda0d4b0351b3098b00c5391c0b6e09e43e5f15d9c072') +source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi") +noextract=("${source##*/}") +sha256sums=('77dc9b59c953a6040e871e72be969e19ecdec841cc851295c21d1c0e755c8620') package() { - install -Dm755 "${source%%::*}" \ - "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi + install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi } |