summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2021-01-31 06:46:58 +0300
committersurefire2021-01-31 06:46:58 +0300
commit99203d49c8e6e09477f24c121e58908a268fb130 (patch)
treeacf77f353cdae21183e5dfc6962eaddc584f663b
parent6016b5ec2597cd3b0273fea3daad28654df44ea2 (diff)
downloadaur-99203d49c8e6e09477f24c121e58908a268fb130.tar.gz
upd: keeweb-native-modules 0.7.11
Signed-off-by: surefire <surefire@cryptomile.net>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f411cf308ff..4982456613fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keeweb
pkgdesc = Desktop password manager compatible with KeePass databases
pkgver = 1.16.7
- pkgrel = 2
+ pkgrel = 3
url = https://keeweb.info
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = keeweb
optdepends = xdotool: for auto-type
conflicts = keeweb-desktop
source = keeweb::git+https://github.com/keeweb/keeweb.git#tag=v1.16.7
- source = git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.6.1
+ source = git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.7.11
source = package.json.patch.js
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c8d62bef5b97..4345cef42196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keeweb
pkgver=1.16.7
_electron=electron
-pkgrel=2
+pkgrel=3
pkgdesc="Desktop password manager compatible with KeePass databases"
arch=('any')
url="https://keeweb.info"
@@ -22,7 +22,7 @@ optdepends=('xdotool: for auto-type')
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.6.1"
+ "git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.7.11"
'package.json.patch.js'
)