summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-14 08:22:45 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-14 08:24:36 +0100
commit635c991c609690316778de06109df3a0187e2505 (patch)
treecdf35b11030573d91232cdfb11a8903904054d76 /libre
parent3114609250a61c9c95890884ee4d71b4af5a94b0 (diff)
libre/iceweasel-ublock-origin: updated to 1.14.18
Diffstat (limited to 'libre')
-rw-r--r--libre/iceweasel-ublock-origin/PKGBUILD34
1 files changed, 18 insertions, 16 deletions
diff --git a/libre/iceweasel-ublock-origin/PKGBUILD b/libre/iceweasel-ublock-origin/PKGBUILD
index a42323d55..1c94ae8ef 100644
--- a/libre/iceweasel-ublock-origin/PKGBUILD
+++ b/libre/iceweasel-ublock-origin/PKGBUILD
@@ -4,24 +4,26 @@
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=iceweasel-ublock-origin
-pkgver=1.14.16
+
+pkgver=1.14.18
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=('iceweasel')
-provides=('iceweasel-adblock-plus')
-conflicts=('iceweasel-adblock-plus')
-replaces=('firefox-ublock-origin' 'firefox-adblock-plus' 'iceweasel-adblock-plus')
-groups=('iceweasel-addons')
-source=("https://github.com/gorhill/uBlock/releases/download/$pkgver/uBlock0.webext.xpi")
-noextract=("${source##*/}")
-sha256sums=('9796cc2a463567212ed69d7b6d0caad65ad1c4cd52e7fb7827182980bf6bf9b6')
+arch=(any)
+
+pkgdesc="An efficient blocker add-on for various browsers. Fast, potent, and lean."
+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=('35658d85b7a7116df370e38a736bd758f0fa2db4a7c7cef5fe0882b2859032c5')
package() {
- install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi
+ install -Dm755 "${source%%::*}" \
+ "$pkgdir"/usr/lib/iceweasel/browser/extensions/uBlock0@raymondhill.net.xpi
}
-
-# vim:set ts=2 sw=2 et: