git » keepassxc.git » commit debef54

Update to new version

author Balló György
2017-10-15 18:32:34 UTC
committer Balló György
2017-10-15 18:32:34 UTC
parent 1878402f0594aad5cfc871cbe3a1506083c93d6f

Update to new version

PKGBUILD +4 -6

diff --git a/PKGBUILD b/PKGBUILD
index dd01a88..c577203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=keepassxc
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64 i686)
 url="https://keepassxc.org/"
@@ -10,10 +10,8 @@ license=(GPL)
 depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
 makedepends=(cmake qt5-tools)
 source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=(
-	"71c47ebd9a661fc439c61566e4a4aa482e4d463c0eaa4f7562e7216eb0327e59"
-	"SKIP"
-)
+sha256sums=('6761cdcef482941d958557466bb113be2c514b9847b0d0a65c7f5ef2c6d67dbe'
+            'SKIP')
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release <release@keepassxc.org>
 
 prepare() {