summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2aae09bad4a..f560d8af830b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = firefox-umatrix
arch = any
groups = firefox-addons
license = GPL3
- noextract = umatrix-1.4.4-an+fx.xpi
- source = https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-1.4.4-an+fx.xpi
+ noextract = uMatrix_1.4.4.firefox.signed.xpi
+ source = https://github.com/gorhill/uMatrix/releases/download/1.4.4/uMatrix_1.4.4.firefox.signed.xpi
sha256sums = 1de172b1d82de28c334834f7b0eaece0b503f59e62cfc0ccf23222b8f2cb88e5
pkgname = firefox-umatrix
diff --git a/PKGBUILD b/PKGBUILD
index b6a701d9885b..62f4c43c1977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url=https://github.com/gorhill/uMatrix
arch=('any')
license=('GPL3')
groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx.xpi")
+source=("$url/releases/download/$pkgver/uMatrix_$pkgver.firefox.signed.xpi")
noextract=("${source##*/}")
sha256sums=('1de172b1d82de28c334834f7b0eaece0b503f59e62cfc0ccf23222b8f2cb88e5')