summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2017-07-27 06:24:34 -0700
committerIsaac David <isacdaavid@isacdaavid.info>2017-08-01 22:41:05 -0500
commit9b386e1af5999de0a930296361b107f85c953d58 (patch)
tree777872b4d20d4bd49f03c16530bdd430797938ce
parent6c2b1d87844aa6c4da422b635397afbfeed816e0 (diff)
Fixed icecat/iceweasel-no-resource-uri-leak install location
Signed-off-by: Isaac David <isacdaavid@isacdaavid.info>
-rw-r--r--libre/icecat-no-resource-uri-leak/PKGBUILD6
-rw-r--r--libre/iceweasel-no-resource-uri-leak/PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/libre/icecat-no-resource-uri-leak/PKGBUILD b/libre/icecat-no-resource-uri-leak/PKGBUILD
index eb1dfc1fb..d4b728eb9 100644
--- a/libre/icecat-no-resource-uri-leak/PKGBUILD
+++ b/libre/icecat-no-resource-uri-leak/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
-# Contributor: jc_gargma
+# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=icecat-no-resource-uri-leak
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Deny resource:// access to Web content. Fill the hole to defend against fingerprinting.'
url=https://notabug.org/desktopd/no-resource-uri-leak/
arch=('any')
@@ -17,7 +17,7 @@ sha512sums=('f31d8baaa880d5ce621775e7f52faf6dbffb279291110caf055f8f70444aaa49d40
whirlpoolsums=('3efa2f3c71cf1f1f2b9406bfb07900d118e0656c296ec16271db1086f4198fe940c9d7ca513df05bbff8dfde560296596e99f864b52e2eab1a006d3da73f7772')
package() {
- install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/no_resource_uri_leak-$pkgver-an+tb+sm+fx.xpi
+ install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/@no-resource-uri-leak.xpi
}
# vim:set ts=2 sw=2 et:
diff --git a/libre/iceweasel-no-resource-uri-leak/PKGBUILD b/libre/iceweasel-no-resource-uri-leak/PKGBUILD
index d34606352..293d5fb6e 100644
--- a/libre/iceweasel-no-resource-uri-leak/PKGBUILD
+++ b/libre/iceweasel-no-resource-uri-leak/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
+# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=iceweasel-no-resource-uri-leak
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Deny resource:// access to Web content. Fill the hole to defend against fingerprinting.'
url=https://notabug.org/desktopd/no-resource-uri-leak/
arch=('any')
@@ -16,7 +17,7 @@ sha512sums=('f31d8baaa880d5ce621775e7f52faf6dbffb279291110caf055f8f70444aaa49d40
whirlpoolsums=('3efa2f3c71cf1f1f2b9406bfb07900d118e0656c296ec16271db1086f4198fe940c9d7ca513df05bbff8dfde560296596e99f864b52e2eab1a006d3da73f7772')
package() {
- install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/iceweasel/browser/extensions/no_resource_uri_leak-$pkgver-an+tb+sm+fx.xpi
+ install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/iceweasel/browser/extensions/@no-resource-uri-leak.xpi
}
# vim:set ts=2 sw=2 et: