diff options
author | David P <megver83@parabola.nu> | 2020-04-14 23:41:04 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-04-14 23:41:04 -0400 |
commit | 22b8f5a0858fdef3809e166fb27b4018959792fd (patch) | |
tree | d9f461b76f95dee8ebe35e8b3ea924e9846bb410 /libre | |
parent | 361dc9b367381536a0c720af52bfdcf1e6afbe25 (diff) | |
download | abslibre-22b8f5a0858fdef3809e166fb27b4018959792fd.tar.gz abslibre-22b8f5a0858fdef3809e166fb27b4018959792fd.tar.bz2 abslibre-22b8f5a0858fdef3809e166fb27b4018959792fd.zip |
updpkg: libre/iceweasel-ublock-origin 1.26.0-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel-ublock-origin/PKGBUILD | 23 |
1 files changed, 9 insertions, 14 deletions
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 <andreas@grapentin.org> -# Maintainer (Arch): Daniel M. Capella <polyzen@archlinux.info> +# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer (Arch): Eli Schwartz <eschwartz@archlinux.org> # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> 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 } |