@cx65783
What error do you get from makepkg? The last release was signed with a new key so you might have to import it into the keyring first.
@mangust
It's one of the official mirrors and the download is signed so I see no problem here. The farther I can stay away from the mess that is sourceforge.net the better.
Sorry for the late reply but I didn't get an email notification for your comment.
Search Criteria
Package Details: passwordsafe 1.20.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/passwordsafe.git (read-only, click to copy) |
---|---|
Package Base: | passwordsafe |
Description: | Simple & Secure Password Management |
Upstream URL: | https://pwsafe.org/ |
Keywords: | password pwsafe security yubikey |
Licenses: | Artistic2.0 |
Conflicts: | passwordsafe-debian, pwsafe, pwsafe-gui |
Submitter: | Namarrgon |
Maintainer: | Namarrgon |
Last Packager: | Namarrgon |
Votes: | 31 |
Popularity: | 0.36 |
First Submitted: | 2014-05-07 13:02 (UTC) |
Last Updated: | 2024-11-13 02:21 (UTC) |
Dependencies (10)
- file (file-gitAUR)
- qrencode (qrencode-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- xerces-c
- yubikey-personalization (yubikey-personalization-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxt (make)
- zip (zip-natspecAUR) (make)
- xvkbdAUR (optional) – virtual-keyboard support
Required by (0)
Sources (2)
Namarrgon commented on 2017-06-16 14:23 (UTC) (edited on 2017-06-16 14:50 (UTC) by Namarrgon)
cx65783 commented on 2017-06-16 14:12 (UTC)
PGP-Signature cannot be validated for some reason.
mangust commented on 2017-05-28 17:58 (UTC)
Could someone please tell my why the source is pulled from github and not from sourceforge. The latter is the official source [1].
Thanks!
[1] https://pwsafe.org/downloads.shtml
georgnix commented on 2017-05-15 08:29 (UTC)
Sigs for the new source tarballs should be available:
https://github.com/pwsafe/pwsafe/issues/329
Namarrgon commented on 2017-05-08 23:36 (UTC)
I'm still waiting for upstream to provide the signed source tarball, if they don't manage to do that in the next few days i'll drop validpgpkeys= from the PKGBUILD.
smason commented on 2016-10-14 15:02 (UTC)
Not sure how to submit this officially, but the following patch updates to 1.00.
61fe1bd3b926c2617e328a275c53b626ab60ee7a Mon Sep 17 00:00:00 2001
From: Sam Mason <sam@samason.uk>
Date: Fri, 14 Oct 2016 15:47:09 +0100
Subject: [PATCH] version bumped to 1.00
---
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 8fb7869..6488770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pwsafe
pkgname=passwordsafe
-_pkgver=0.99
+_pkgver=1.00
pkgver="$_pkgver"BETA
pkgrel=1
pkgdesc="Simple & Secure Password Management"
@@ -14,9 +14,10 @@ depends=('libxtst' 'wxgtk' 'webkitgtk2' 'yubikey-personalization' 'xerces-c')
makedepends=('zip' 'libxt')
optdepends=('xvkbd: virtual-keyboard support')
conflicts=('passwordsafe-debian' 'passwordsafe-git' 'pwsafe' 'pwsafe-gui')
-source=(https://github.com/pwsafe/pwsafe/releases/download/$pkgver/pwsafe-$pkgver-src.tgz{,.sig})
+source=(https://github.com/pwsafe/pwsafe/archive/$pkgver.tar.gz
+ https://github.com/pwsafe/pwsafe/releases/download/$pkgver/$pkgver.tar.gz.sig)
validpgpkeys=('A703C1328EABC7B201753BA3919464515CCF8BB3') #Rony Shapiro
-sha1sums=('3b736247712c5054e511b8946e7b93eb31eaf287'
+sha1sums=('44693a6442afb71bf5f3a6eb228205eef507e282'
'SKIP')
prepare() {
--
2.10.0
diraimondo commented on 2016-02-15 18:07 (UTC)
Using pacman 5.0:
:: Checking passwordsafe integrity...
==> ERROR: url should not be an array
:: failed to verify passwordsafe integrity
Namarrgon commented on 2015-09-28 22:02 (UTC)
You have to either import the key manually into the user's gpg-keyring or set up gpg to do it automatically for you:
https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
Some background:
http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
thriftyb commented on 2015-09-28 21:47 (UTC)
I am getting this when building:
==> Validating source files with md5sums...
pwsafe-0.96BETA-src.tgz ... Passed
pwsafe-0.96BETA-src.tgz.sig ... Skipped
==> Verifying source file signatures with gpg...
pwsafe-0.96BETA-src.tgz ... FAILED (unknown public key 919464515CCF8BB3)
==> ERROR: One or more PGP signatures could not be verified!
==> Removing installed dependencies...
checking dependencies...
Packages (1) zip-3.0-6
Total Removed Size: 0.54 MiB
:: Do you want to remove these packages? [Y/n]
Pinned Comments
Namarrgon commented on 2020-01-07 15:56 (UTC)
Updates are usually delayed by the lack of signed tarballs.