From cd7ef226d2cb6b0b5a89ea728e8e69f1e1677494 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 14 Apr 2020 23:48:10 -0400 Subject: updpkg: libre/icecat-ublock-origin 1.26.0-1 Signed-off-by: David P --- libre/icecat-ublock-origin/PKGBUILD | 25 ++++++++++--------------- 1 file 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 -# Maintainer (Arch): Daniel M. Capella +# Maintainer (Arch): Sergej Pupykin +# Maintainer (Arch): Eli Schwartz # Contributor: André Silva # Contributor: jc_gargma 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 } -- cgit v1.2.3