summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2021-02-04 08:10:53 +0300
committersurefire2021-02-04 08:10:53 +0300
commit0136a786fcc6aafcf22960fb869d10c61b96f777 (patch)
tree04b473ff0040c32bec613bf8258feb1845a3de95
parent99203d49c8e6e09477f24c121e58908a268fb130 (diff)
downloadaur-0136a786fcc6aafcf22960fb869d10c61b96f777.tar.gz
upd: keeweb-native-modules 0.7.13
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 4982456613fd..140f86adddf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keeweb
pkgdesc = Desktop password manager compatible with KeePass databases
pkgver = 1.16.7
- pkgrel = 3
+ pkgrel = 4
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.7.11
+ source = git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.7.13
source = package.json.patch.js
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4345cef42196..c685fee76a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keeweb
pkgver=1.16.7
_electron=electron
-pkgrel=3
+pkgrel=4
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.7.11"
+ "git+https://github.com/keeweb/keeweb-native-modules.git#tag=0.7.13"
'package.json.patch.js'
)