summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315a4e8f779a..4c3e79d78b19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keeweb
pkgdesc = Desktop password manager compatible with KeePass databases
- pkgver = 1.10.1
- pkgrel = 2
+ pkgver = 1.11.0
+ pkgrel = 1
url = https://keeweb.info
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = keeweb
depends = electron
optdepends = xdotool: for auto-type
conflicts = keeweb-desktop
- source = keeweb::git+https://github.com/keeweb/keeweb.git#tag=v1.10.1
+ source = keeweb::git+https://github.com/keeweb/keeweb.git#tag=v1.11.0
source = hide-menubar.patch
source = keeweb.sh
source = package.json.patch.js
diff --git a/PKGBUILD b/PKGBUILD
index fa3839e0f256..1566a716dbc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: surefire@cryptomile.net
pkgname=keeweb
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
pkgdesc="Desktop password manager compatible with KeePass databases"
arch=('any')
url="https://keeweb.info"