summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2019-09-28 19:38:52 +0200
committerFrederic Bezies2019-09-28 19:38:52 +0200
commit86476e706ba8423b4cc6bf7088a18e9235a04d9d (patch)
treebfb6f07272c63586e56cfb816d9344ab6f7f76c2 /PKGBUILD
parente732cdaa4901d50bf9ebd39a48202f9fa408f9cf (diff)
downloadaur-86476e706ba8423b4cc6bf7088a18e9235a04d9d.tar.gz
fixing xpi URL thanks to Polyzen comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0af334eb070..a8d769bf03c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=firefox-new-tab-override
pkgver=14.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Brings back the ability to change the page which is shown when opening a new tab'
url=https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/
arch=('any')
license=('MIT')
groups=('firefox-addons')
-source=("https://addons.mozilla.org/firefox/downloads/file/3174621/new_tab_override_webextension-$pkgver-an+fx.xpi")
+source=("https://addons.cdn.mozilla.net/user-media/addons/626810/new_tab_override_webextension-$pkgver-fx.xpi")
noextract=("${source##*/}")
sha256sums=('5df0323564d2d2f39834128b4dfb81a01330385974436778899599936678b8e0')