summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2019-01-14 00:10:05 +0300
committersurefire2019-01-14 00:13:03 +0300
commiteb9b32834846fe33a411d08b070dcf9e9e6291b3 (patch)
tree7810affdfbf385897256f59d462237cc9c56af54
parent94b7b0325320a941b856cf15edf8788402c3125e (diff)
downloadaur-eb9b32834846fe33a411d08b070dcf9e9e6291b3.tar.gz
upgpkg: keeweb 1.7.3
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1199238b8f07..a8cef6fc69f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keeweb
pkgdesc = Desktop password manager compatible with KeePass databases.
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 2
url = https://github.com/keeweb/keeweb
arch = any
@@ -12,7 +12,7 @@ pkgbase = keeweb
depends = electron
optdepends = xdotool: for auto-type
conflicts = keeweb-desktop
- source = keeweb::git+https://github.com/keeweb/keeweb.git#tag=v1.7.2
+ source = keeweb::git+https://github.com/keeweb/keeweb.git#tag=v1.7.3
source = hide-menubar.patch
source = keeweb.sh
source = package.json.patch.js
diff --git a/.gitignore b/.gitignore
index 1299a95bdec1..b13fa6e019e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.tar.gz
*.pkg.tar.*
+keeweb/
diff --git a/PKGBUILD b/PKGBUILD
index 13479d507f07..413a8fdff9b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: surefire@cryptomile.net
pkgname=keeweb
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=2
pkgdesc="Desktop password manager compatible with KeePass databases."
arch=('any')