summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d41746fe9e8b..0f411cf308ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keeweb
pkgdesc = Desktop password manager compatible with KeePass databases
pkgver = 1.16.7
- pkgrel = 1
+ pkgrel = 2
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.5.3
+ source = git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.6.1
source = package.json.patch.js
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1e42c687b173..c8d62bef5b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keeweb
pkgver=1.16.7
_electron=electron
-pkgrel=1
+pkgrel=2
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.5.3"
+ "git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.6.1"
'package.json.patch.js'
)