Package Details: kpcli 4.0-1

Git Clone URL: https://aur.archlinux.org/kpcli.git (read-only, click to copy)
Package Base: kpcli
Description: Command line browser of KeePassX database files (*.kdb)
Upstream URL: http://sourceforge.net/projects/kpcli/
Licenses: GPL, PerlArtistic
Submitter: gauthma
Maintainer: SammyPoot
Last Packager: SammyPoot
Votes: 55
Popularity: 0.000003
First Submitted: 2011-01-03 00:41 (UTC)
Last Updated: 2024-03-05 23:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

heichblatt commented on 2018-03-02 09:11 (UTC) (edited on 2018-03-03 11:07 (UTC) by heichblatt)

Hi @stef204,

Sourceforge is currently in disaster recovery mode and all downloads return an HTML page instead of the actual file. Please try again later. ;)

I updated the files again, for details see the commit message.

stef204 commented on 2018-03-01 10:19 (UTC)

validity test fails I believe on README.

sha256sum in PKGBUILD is 30e0e44651bf0dcb08a53c974450acae82857b462dab1b02a5911217a6b936a1

But seems it should be 8d81478c10a5c364e015429aed16cb8618ab04277162a687d7ca970e9e2b34c6

Can you please check?

heichblatt commented on 2018-01-11 07:36 (UTC)

Thanks @monokuai, fixed in latest commit.

monokuai commented on 2018-01-10 10:36 (UTC)

Tried to install with "pacaur -S kpcli" and get the following message: :: Installing kpcli package(s)... :: kpcli package(s) failed to install. :: ensure package version does not mismatch between .SRCINFO and PKGBUILD :: ensure package name has a VCS suffix if this is a devel package

Deleting pacaur cache didn't resolve the problem. Package version is different in .SRCINFO and PKGBUILD In .SRVINFO is 3.1 and in PKGBUILD is 3.2

kyak commented on 2017-06-10 05:23 (UTC)

@wjstarrsiii you need to rebuild all perl modules from AUR due to recent perl rebuild. So it expected.

wjstarrsiii commented on 2017-06-09 23:49 (UTC)

Error on launch: Rijndael.c: loadable library .... mismatched. I uninstalled kpcli, perl-file-keepass, and perl-crypt-rijndael in that order, then reinstalled kpcli. Launches again.

heichblatt commented on 2016-10-27 10:15 (UTC) (edited on 2016-10-27 10:15 (UTC) by heichblatt)

I added perl-xml-parser as a dependency, thanks @waschtl.

waschtl commented on 2016-10-26 18:31 (UTC)

perl-xml-parser should still be a dependency, shouldn't it? At least on my system I had to install it manually to open a .kdbx file.

heichblatt commented on 2016-08-17 08:57 (UTC)

The SHA256SUM of the README has changed. --- PKGBUILD.orig 2016-08-17 10:54:28.000000000 +0200 +++ PKGBUILD 2016-08-17 10:54:23.682131030 +0200 @@ -15,7 +15,7 @@ source=("http://downloads.sourceforge.net/project/kpcli/kpcli-$pkgver.pl" "http://downloads.sourceforge.net/project/kpcli/README") sha256sums=('947b7b0485215f72e14bb8936c847abb583253c597f58234650922270259049c' - '43878d755ea06a2fa2a5df0ee77cb81f1a55b6bba7c855b47f46e63ba9630e03') + '30e0e44651bf0dcb08a53c974450acae82857b462dab1b02a5911217a6b936a1') package() { install -Dm755 "kpcli-${pkgver}.pl" "${pkgdir}/usr/bin/kpcli"