Received: from server173-4.web-hosting.com (server173-4.web-hosting.com [68.65.122.210]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1DC85780DB2 for <~alpine/aports@lists.alpinelinux.org>; Tue, 9 Aug 2022 02:43:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=isnotmyreal.name; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jOYx80sTpYQo3vqCEOGxQg50joZkuv33YCjxEboEBfk=; b=C8hLq/6X7No/qCRv+tcVWM1sbZ 6inXtZ2SAoA3yZ99aDsqnHY3p1MgwHt5wv+I+ebURrkc+TWA0pBQjPGCgsR1xK5LwNEZEz1hNC2ti cNRNpzzbFzgcRsUSgjd8TAMY2vtvE6utG5dra3vKKeANwenu9oVyeZH0bNrKCEGQ0K2yvO1vNOTI7 OinM/bovSr6/xjTYTseanizX9X19Zm/TozBXcxo4MVefa4kQvwpuI0yTV4izRh350MnS+QACzkTW5 Wg+POfBzW5RZjJnlDSjl/SuIEKLbuUkL1W8HSHM8GWrUdrN6xC6nH5y5lvGOSJ8354NBQqXVrJ/FW D5lTMsdw==; Received: from [191.96.185.58] (port=53500 helo=hal5.lan) by server173.web-hosting.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oLEJH-003Px3-Im; Mon, 08 Aug 2022 21:45:36 -0400 From: TRS-80 To: ~alpine/aports@lists.alpinelinux.org Cc: TRS-80 Subject: [PATCH] community/gnome-passwordsafe: fix issue 14082 Date: Mon, 8 Aug 2022 21:45:09 -0400 Message-Id: <20220809014509.16176-1-lists.trs-80@isnotmyreal.name> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server173.web-hosting.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - isnotmyreal.name X-Get-Message-Sender-Via: server173.web-hosting.com: authenticated_id: lists.trs-80@isnotmyreal.name X-Authenticated-Sender: server173.web-hosting.com: lists.trs-80@isnotmyreal.name X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched --- community/gnome-passwordsafe/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD index a7c0134d94..673aaecf47 100644 --- a/community/gnome-passwordsafe/APKBUILD +++ b/community/gnome-passwordsafe/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Rasmus Thomsen pkgname=gnome-passwordsafe pkgver=6.5 -pkgrel=3 +pkgrel=4 pkgdesc="password manager for GNOME" url="https://gitlab.gnome.org/World/secrets" # s390x and riscv64 blocked by rust -> libhandy1 arch="noarch !s390x !riscv64" license="GPL-3.0-only" depends=" - libhandy1 + libadwaita py3-cairo py3-gobject3 py3-keepass>=4.0.1 -- 2.30.2