diff options
author | David P <megver83@parabola.nu> | 2020-04-14 23:48:10 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-04-14 23:48:10 -0400 |
commit | cd7ef226d2cb6b0b5a89ea728e8e69f1e1677494 (patch) | |
tree | 7cc5ec7bd1511fb3c4462eddfc34cd4e16e4b0cb | |
parent | 22b8f5a0858fdef3809e166fb27b4018959792fd (diff) | |
download | abslibre-cd7ef226d2cb6b0b5a89ea728e8e69f1e1677494.tar.gz abslibre-cd7ef226d2cb6b0b5a89ea728e8e69f1e1677494.tar.bz2 abslibre-cd7ef226d2cb6b0b5a89ea728e8e69f1e1677494.zip |
updpkg: libre/icecat-ublock-origin 1.26.0-1
Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r-- | libre/icecat-ublock-origin/PKGBUILD | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/libre/icecat-ublock-origin/PKGBUILD b/libre/icecat-ublock-origin/PKGBUILD index fbe69f5ef..6f14650e5 100644 --- a/libre/icecat-ublock-origin/PKGBUILD +++ b/libre/icecat-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=icecat-ublock-origin - -pkgver=1.17.2 +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=(icecat) provides=(icecat-adblock-plus) conflicts=(icecat-adblock-plus) -replaces=(icecat-adblock-plus) +replaces=(firefox-ublock-origin firefox-adblock-plus icecat-adblock-plus) groups=(icecat-addons) - -source=("uBlock0-$pkgver.firefox.xpi::https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.firefox.xpi") -noextract=("${source%%::*}") -sha256sums=('172c7f1d177f0438a95fda0d4b0351b3098b00c5391c0b6e09e43e5f15d9c072') +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/icecat/browser/extensions/uBlock0@raymondhill.net.xpi + install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/uBlock0@raymondhill.net.xpi } |