summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcameel2021-05-08 20:34:04 +0200
committercameel2021-05-08 20:34:04 +0200
commit4d786cb52d58fd682dba3d82a1aecf06f6582e5d (patch)
tree65595c392558287b5ed68ce68bf9bd3856282dfe /PKGBUILD
parent5970f54fdf448eef87014fcc2ed326d5b5f76c24 (diff)
downloadaur-4d786cb52d58fd682dba3d82a1aecf06f6582e5d.tar.gz
Tweak description and add to firefox-addons group
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81a4d47650cc..24e3e9abb2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Kamil ƚliwak <cameel2@gmail.com>
-_addon_version=1.6.10
_gecko_id="jid0-XWJxt5VvCXkKzQK99PhZqAn7Xbg@jetpack"
_name="searchlinkfix"
pkgname=firefox-extension-google-search-link-fix
-pkgver=${_addon_version}
-pkgrel=1
-pkgdesc="Firefox extension that prevents Google and Yandex search pages from replacing direct URLs with tracking URLs when you click them "
+pkgver=1.6.10
+pkgrel=2
+pkgdesc="Prevents Google and Yandex search pages from modifying search result links when you click them"
arch=('any')
url="https://github.com/palant/${_name}"
license=('MPL2')
+groups=("firefox-addons")
depends=("firefox")
makedepends=("npm")
source=("${url}/archive/${pkgver}/${_name}-${pkgver}.tar.gz")