# Maintainer: Andreas Grapentin # Maintainer (Arch): Daniel M. Capella # Contributor: André Silva # Contributor: jc_gargma pkgname=iceweasel-ublock-origin pkgver=1.14.20 pkgrel=1 arch=(any) pkgdesc="An efficient blocker add-on for various browsers. Fast, potent, and lean." 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=('c1390a7073a758818e3c9b3c5ff472eb80401f4f04d81416c6d4e126b7ab3ca5') package() { install -Dm755 "${source%%::*}" \ "$pkgdir"/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi }