# Maintainer (Arch): Daniel M. Capella # Maintainer: André Silva # Contributor: jc_gargma pkgname=icecat-ublock-origin pkgver=1.13.4 pkgrel=1 pkgdesc='An efficient blocker add-on for various browsers. Fast, potent, and lean.' url=https://github.com/gorhill/uBlock arch=('any') license=('GPL3') depends=('icecat') provides=('icecat-adblock-plus') conflicts=('icecat-adblock-plus') replaces=('icecat-adblock-plus') groups=('icecat-addons') source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx+sm+tb.xpi") noextract=("${source##*/}") sha512sums=('d7cb0e15eb4ea5377ddc047dfd915bedc36a8f2796c43a6cec1065ebebb242eebbb2c6ef40fb8d8f6fe9c06a0865d003142be35db27fc0995ed7c4ee745278fa') whirlpoolsums=('1458049caed54f0377964cde2ec54ca833c34a56d0234765a01a82c5e46167fe702d78c8193846f3bcfcbd92b77628412c835a757fb41cba6e8182773cbe9cd0') package() { install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi } # vim:set ts=2 sw=2 et: