# Maintainer: Daniel M. Capella pkgname=firefox-umatrix pkgver=1.1.6 pkgrel=1 pkgdesc='Point and click matrix to filter net requests by source, destination and type' url=https://github.com/gorhill/uMatrix arch=('any') license=('GPL3') source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx.xpi") noextract=("${source##*/}") sha256sums=('c1f188e78aba11d99ac90a382e80479ae3bee9240b28b2cb81f03fb6b18ff5d8') package() { install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/uMatrix@raymondhill.net.xpi } # vim:set ts=2 sw=2 et: