# Maintainer: Andreas Grapentin # Maintainer (Arch): Daniel M. Capella # Contributor: André Silva # Contributor: jc_gargma pkgname=iceweasel-ublock-origin pkgver=1.27.6 pkgrel=1 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean' arch=(any) url=https://github.com/gorhill/uBlock license=(GPL3) provides=(iceweasel-adblock-plus) conflicts=(iceweasel-adblock-plus) replaces=(firefox-ublock-origin firefox-adblock-plus iceweasel-adblock-plus) groups=(iceweasel-addons) source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi") noextract=("${source##*/}") sha256sums=('371140a30fbee2ea65806956aac7cba66f7df04effd4197f3026147ced03f2b1') package() { install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi }