summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcameel2021-05-08 20:34:04 +0200
committercameel2021-05-08 20:34:04 +0200
commit4d786cb52d58fd682dba3d82a1aecf06f6582e5d (patch)
tree65595c392558287b5ed68ce68bf9bd3856282dfe
parent5970f54fdf448eef87014fcc2ed326d5b5f76c24 (diff)
downloadaur-4d786cb52d58fd682dba3d82a1aecf06f6582e5d.tar.gz
Tweak description and add to firefox-addons group
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f835609c1c..4752cf0b99f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = firefox-extension-google-search-link-fix
- pkgdesc = Firefox extension that prevents Google and Yandex search pages from replacing direct URLs with tracking URLs when you click them
+ pkgdesc = Prevents Google and Yandex search pages from modifying search result links when you click them
pkgver = 1.6.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/palant/searchlinkfix
arch = any
+ groups = firefox-addons
license = MPL2
makedepends = npm
depends = firefox
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")