summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2016-08-05 18:12:13 -0400
committerDaniel M. Capella2016-08-05 18:12:13 -0400
commit1107ab6b6b44a79c948152d6e64a1ef8880ee4be (patch)
tree0eab2371e0e9d39419292b93e1c269df35a8d846
parent448a1883e9483da48e04b32bc0acd1f8a19fe135 (diff)
downloadaur-1107ab6b6b44a79c948152d6e64a1ef8880ee4be.tar.gz
follow upstream naming scheme
See <https://www.archlinux.org/groups/any/firefox-addons/>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ca06acdfd69..eb5ce472c3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,6 @@
-pkgbase = firefox-extension-umatrix
+# Generated by mksrcinfo v8
+# Fri Aug 5 22:12:09 UTC 2016
+pkgbase = firefox-umatrix
pkgdesc = Point and click matrix to filter net requests by source, destination and type
pkgver = 0.9.3.3
pkgrel = 2
@@ -6,9 +8,10 @@ pkgbase = firefox-extension-umatrix
arch = any
license = GPL3
depends = firefox
+ conflicts = firefox-extension-umatrix
noextract = umatrix-0.9.3.3-sm+fx.xpi
source = https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-0.9.3.3-sm+fx.xpi
sha256sums = e3f147407433d4809d6636b56366aa6a2c7cac31cec02f81e4f38e7f889e92cd
-pkgname = firefox-extension-umatrix
+pkgname = firefox-umatrix
diff --git a/PKGBUILD b/PKGBUILD
index cff9098f2f3f..3a1e2146c995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.info>
-pkgname=firefox-extension-umatrix
+pkgname=firefox-umatrix
pkgver=0.9.3.3
pkgrel=2
pkgdesc='Point and click matrix to filter net requests by source, destination and type'
@@ -8,6 +8,7 @@ url=https://github.com/gorhill/uMatrix
arch=('any')
license=('GPL3')
depends=('firefox')
+conflicts=('firefox-extension-umatrix')
source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-sm+fx.xpi")
noextract=("${source##*/}")
sha256sums=('e3f147407433d4809d6636b56366aa6a2c7cac31cec02f81e4f38e7f889e92cd')