[arch-commits] Commit in keepassxc/trunk (PKGBUILD)
    Jerome Leclanche 
    jleclanche at archlinux.org
       
    Mon Jun 26 08:38:27 UTC 2017
    
    
  
    Date: Monday, June 26, 2017 @ 08:38:26
  Author: jleclanche
Revision: 240974
upgpkg: keepassxc 2.2.0-1
Upstream release 2.2.0
Modified:
  keepassxc/trunk/PKGBUILD
----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-26 08:33:11 UTC (rev 240973)
+++ PKGBUILD	2017-06-26 08:38:26 UTC (rev 240974)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=keepassxc
-pkgver=2.1.4
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64 i686)
@@ -11,8 +11,10 @@
 depends=(hicolor-icon-theme libxtst qt5-x11extras)
 makedepends=(cmake qt5-tools)
 source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('22c564fab78bd960b9af5a779c7bd59f0cc04a9988b00c6b82329059e59b0035'
-            'SKIP')
+sha256sums=(
+	"71c47ebd9a661fc439c61566e4a4aa482e4d463c0eaa4f7562e7216eb0327e59"
+	"SKIP"
+)
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release <release at keepassxc.org>
 
 prepare() {
    
    
More information about the arch-commits
mailing list