Search Criteria
Package Details: libpassman 2.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libpassman.git (read-only, click to copy) |
---|---|
Package Base: | libpassman |
Description: | Library for interacting with passman++ database files. |
Upstream URL: | https://github.com/binex-dsk/libpassman/ |
Licenses: | GPL |
Provides: | libpassman |
Submitter: | sperg512 |
Maintainer: | sperg512 |
Last Packager: | sperg512 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-30 16:28 (UTC) |
Last Updated: | 2022-11-27 22:00 (UTC) |
Dependencies (2)
- botan (botan-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
Latest Comments
sperg512 commented on 2023-02-17 02:04 (UTC)
weird, it builds fine for me. What version of At are you using @simona ?
simona commented on 2023-02-16 17:21 (UTC)
/home/simona/.cache/yay/libpassman/src/libpassman-2.2.0/src/vector_union.cpp: In member function ‘QVariant passman::VectorUnion::asQVariant() const’:
/home/simona/.cache/yay/libpassman/src/libpassman-2.2.0/src/vector_union.cpp:60:37: error: use of deleted function ‘QVariant::QVariant(T) [with T = const unsigned char*; typename std::enable_if<disjunction_v<std::is_pointer<_Tp>, std::is_member_pointer<_Tp> >, bool>::type <anonymous> = false]’
60 | return QVariant(this->data());
| ^
simona commented on 2022-11-27 23:51 (UTC)
/home/simona/.cache/yay/libpassman/src/libpassman-2.2.0/src/vector_union.cpp: In member function ‘QVariant passman::VectorUnion::asQVariant() const’: /home/simona/.cache/yay/libpassman/src/libpassman-2.2.0/src/vector_union.cpp:60:37: error: use of deleted function ‘QVariant::QVariant(T) [with T = const unsigned char*; typename std::enable_if<disjunction_v<std::is_pointer<_Tp>, std::is_member_pointer<_Tp> >, bool>::type <anonymous> = false]’ 60 | return QVariant(this->data()); | ^