summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2021-04-27 17:30:26 +0300
committersurefire2021-04-27 17:30:26 +0300
commitbee3844492e8c7aa41f85d4415b7a30b24d7d007 (patch)
treed9fbaca7f02f22ba8b44e45e968c20f75a66f3b0
parent65aa3d201d73630be895674ed3285bb017ff1af4 (diff)
downloadaur-bee3844492e8c7aa41f85d4415b7a30b24d7d007.tar.gz
Rollback to nodejs lts
Signed-off-by: surefire <surefire@cryptomile.net>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0695fdb43a3c..4c53e36d118a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keeweb
pkgdesc = Desktop password manager compatible with KeePass databases
pkgver = 1.17.6
- pkgrel = 1
+ pkgrel = 2
url = https://keeweb.info
arch = any
license = MIT
@@ -9,11 +9,12 @@ pkgbase = keeweb
makedepends = git
makedepends = libsass
makedepends = npm
+ makedepends = nodejs-lts-fermium
depends = electron
depends = org.freedesktop.secrets
conflicts = keeweb-desktop
source = keeweb::git+https://github.com/keeweb/keeweb.git#tag=v1.17.6
- source = git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.10.4
+ source = git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.11.7
source = package.json.patch.js
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8834c324eef6..409576c5786e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keeweb
pkgver=1.17.6
_electron=electron
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop password manager compatible with KeePass databases"
arch=('any')
url="https://keeweb.info"
@@ -17,11 +17,12 @@ makedepends=(
'git'
'libsass'
'npm'
+ 'nodejs-lts-fermium'
)
conflicts=('keeweb-desktop')
source=(
"${pkgname}::git+https://github.com/keeweb/keeweb.git#tag=v${pkgver}"
- "git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.10.4"
+ "git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.11.7"
'package.json.patch.js'
)