summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2017-03-08 00:42:13 +0100
committerXZS2017-03-08 00:42:13 +0100
commit7decadc6036dec742e4c7417a00e59a1245cc0e3 (patch)
tree581c9cfcbc07f3105ecfdad2a4b4aa461c433cac /PKGBUILD
parentb73805a0bcdbec80f7445c4839475b46fbe568e7 (diff)
downloadaur-firefox-extension-omnisidebar-git.tar.gz
notify users about discontinuation
Quicksaver abandoned his more complex extensions because they rely heavily on an API which Mozilla will deprecate without properly replacing features necessary for the Add-Ons to work. [1] Users upgrading should be prepared for the package to stop working as announced. Users trying to first install even after the critical Firefox version are also notified unconditionally. [1]: as explained on http://fasezero.com/addons/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bf3d21994a4..3dce0275b9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=firefox-extension-omnisidebar-git
pkgver=1.6.15
-pkgrel=1
+pkgrel=2
pkgdesc='A firefox add-on designed to provide more control over the behavior of the sidebar.'
url='https://github.com/Quicksaver/OmniSidebar'
arch=('any')
license=('MPLv2')
depends=('firefox')
+install=discontinuation-notice.install
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")