summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcameel2021-05-09 23:18:25 +0200
committercameel2021-05-09 23:18:25 +0200
commita5fc4a2475128178baee3cb5512a4d039797dbf3 (patch)
tree8be68c338b83a7ac49ac3efd9d88da253dfd9b09
parent4d786cb52d58fd682dba3d82a1aecf06f6582e5d (diff)
downloadaur-a5fc4a2475128178baee3cb5512a4d039797dbf3.tar.gz
Set minimum nodejs version to 12
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4752cf0b99f5..13bb87e0c6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = firefox-extension-google-search-link-fix
pkgdesc = Prevents Google and Yandex search pages from modifying search result links when you click them
pkgver = 1.6.10
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/palant/searchlinkfix
arch = any
groups = firefox-addons
license = MPL2
makedepends = npm
+ makedepends = nodejs>=12
depends = firefox
source = https://github.com/palant/searchlinkfix/archive/1.6.10/searchlinkfix-1.6.10.tar.gz
sha256sums = 3ce17e496703191fa2897390285056911b2669230ee8443b65bc64adb65cf855
diff --git a/PKGBUILD b/PKGBUILD
index 24e3e9abb2db..85e7338f6a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _gecko_id="jid0-XWJxt5VvCXkKzQK99PhZqAn7Xbg@jetpack"
_name="searchlinkfix"
pkgname=firefox-extension-google-search-link-fix
pkgver=1.6.10
-pkgrel=2
+pkgrel=3
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")
+makedepends=("npm" "nodejs>=12")
source=("${url}/archive/${pkgver}/${_name}-${pkgver}.tar.gz")
sha256sums=('3ce17e496703191fa2897390285056911b2669230ee8443b65bc64adb65cf855')