Search Criteria
Package Details: libbaseencode 1.0.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libbaseencode.git (read-only, click to copy) |
---|---|
Package Base: | libbaseencode |
Description: | C library for encoding/decoding base32 and base64 data (RFC-4648) |
Upstream URL: | https://github.com/paolostivanin/libbaseencode |
Keywords: | base32 base64 decode encode |
Licenses: | Apache |
Submitter: | polslinux |
Maintainer: | KingofToasters |
Last Packager: | polslinux |
Votes: | 8 |
Popularity: | 0.000007 |
First Submitted: | 2017-04-23 16:33 (UTC) |
Last Updated: | 2022-12-11 11:29 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
TrialnError commented on 2024-09-09 21:46 (UTC)
Maybe, as upstream archived the repository and nothing depends on it, this should be removed from the aur, as usage is discouraged?
polslinux commented on 2023-11-29 09:52 (UTC)
package is now deprecated
kovdan01 commented on 2022-11-24 14:20 (UTC)
Hello @polslinux, thanks for your great software! Please consider using cmake wrappers instead of make commands in PKGBUILD. When a custom
CMAKE_GENERATOR
environment variable is set, we have to use something likecmake --build . --target all
instead of justmake
. The same applies tomake install
. I've prepared a patch for that. Would be glad if you apply it usinggit am
to save my credits in commit history. Thanks!polslinux commented on 2021-03-30 18:07 (UTC)
updated to latest version
amo commented on 2020-09-21 15:30 (UTC)
For those struggling to build this package, the current workaround for importing the gpg key is:
gpg --keyserver pool.sks-keyservers.net --recv-keys 4EC1EA64
Munto commented on 2018-11-06 01:22 (UTC)
This topic was useful to install this package:
https://bbs.archlinux.org/viewtopic.php?id=220274
Cheers
polslinux commented on 2018-10-20 14:56 (UTC)
If I do:
gpg --search-keys 4EC1EA64
I can find the key. And by doing
gpg --recv 4EC1EA64
I was also able to import it.
snowyyyy commented on 2018-10-20 14:38 (UTC)
Please fix PGP
GergelyPolonkai commented on 2018-10-08 07:21 (UTC)
This package is signed with key 3C9BE9B64EC1EA64, but i can’t seem to be able to download it from any public keyservers.