summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMelvin Vermeeren2017-11-20 21:57:17 +0100
committerMelvin Vermeeren2017-11-20 21:57:17 +0100
commit8c4782c89214cfff24d247b5022e027caf683beb (patch)
tree2865376b35fba029434949f3ed2bb317110fa0f9 /PKGBUILD
parent2a2188e303eb6624c3c8aee3a3d09ea3cbd76736 (diff)
downloadaur-firefox-extension-tabwheelscroll.tar.gz
require firefox < 57.0, quantum breaks this add-on :(
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca1e2aacb7cf..f2e56689697b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Plugin for firefox that allows you to change tabs by scrolling in the t
license=('MPL')
arch=('any')
url="https://addons.mozilla.org/en-US/firefox/addon/tab-wheel-scroll/"
-depends=("firefox")
+depends=("firefox<57.0")
makedepends=("unzip")
source=("https://addons.cdn.mozilla.net/user-media/addons/6501/${_pkgname}.xpi")
noextract=("${_pkgname}.xpi")