[arch-commits] Commit in keepassxc/trunk (2 files)

Bruno Pagani archange at archlinux.org
Thu Aug 23 20:35:56 UTC 2018


    Date: Thursday, August 23, 2018 @ 20:35:55
  Author: archange
Revision: 373477

upgpkg: keepassxc 2.3.4-1

Modified:
  keepassxc/trunk/PKGBUILD
Deleted:
  keepassxc/trunk/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch

----------------------------------------------------------+
 PKGBUILD                                                 |   14 +++----------
 keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch |   10 ---------
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-23 19:59:19 UTC (rev 373476)
+++ PKGBUILD	2018-08-23 20:35:55 UTC (rev 373477)
@@ -3,7 +3,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=keepassxc
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
@@ -11,19 +11,13 @@
 license=(GPL)
 depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras yubikey-personalization curl)
 makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig}
-        "keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch")
-sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5'
-            'SKIP'
-            '89729d7f83b49583ca073fd913123b3b7ee399c4ac9f2ec32886604c03bd1408')
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('0c24a78895185b9b6b098f08a15b332c600f80aa570d608940fcc2a38e02780a'
+            'SKIP')
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release <release at keepassxc.org>
 
 prepare() {
 	mkdir -p build
-
-	cd $pkgname-$pkgver
-	# Fix build with Qt 5.11
-	patch -Np1 -i ../keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch
 }
 
 build() {

Deleted: keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch
===================================================================
--- keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch	2018-08-23 19:59:19 UTC (rev 373476)
+++ keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch	2018-08-23 20:35:55 UTC (rev 373477)
@@ -1,10 +0,0 @@
---- a/src/gui/entry/EditEntryWidget.cpp
-+++ b/src/gui/entry/EditEntryWidget.cpp
-@@ -32,6 +32,7 @@
- #include <QMimeData>
- #include <QEvent>
- #include <QColorDialog>
-+#include <QButtonGroup>
- 
- #include "autotype/AutoType.h"
- #include "core/Config.h"



More information about the arch-commits mailing list