From 22b8f5a0858fdef3809e166fb27b4018959792fd Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 14 Apr 2020 23:41:04 -0400 Subject: updpkg: libre/iceweasel-ublock-origin 1.26.0-1 Signed-off-by: David P --- libre/iceweasel-ublock-origin/PKGBUILD | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'libre') diff --git a/libre/iceweasel-ublock-origin/PKGBUILD b/libre/iceweasel-ublock-origin/PKGBUILD index 09d9562ab..6338ae9d1 100644 --- a/libre/iceweasel-ublock-origin/PKGBUILD +++ b/libre/iceweasel-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=iceweasel-ublock-origin - -pkgver=1.15.18 +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=(iceweasel) provides=(iceweasel-adblock-plus) conflicts=(iceweasel-adblock-plus) replaces=(firefox-ublock-origin firefox-adblock-plus iceweasel-adblock-plus) groups=(iceweasel-addons) - -source=("uBlock0-$pkgver.webext.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.webext.xpi") -noextract=("${source%%::*}") -sha256sums=('35b406d8fb999406970e959d984db12a0c4228eae5bbc99c67f1b91f65463da8') +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/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi + install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi } -- cgit v1.2.3