Search Criteria
Package Details: botan1.10 1.10.17-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/botan1.10.git (read-only, click to copy) |
---|---|
Package Base: | botan1.10 |
Description: | Obsolete branch of the Botan crypto library for Monotone |
Upstream URL: | http://botan.randombit.net/ |
Licenses: | BSD |
Submitter: | grawity |
Maintainer: | grawity |
Last Packager: | grawity |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2018-04-09 04:58 (UTC) |
Last Updated: | 2023-01-02 08:28 (UTC) |
Dependencies (3)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- sh (dashbinsh, bash-devel-static-git, bash-git, bash-xdg, zshbinsh, bash-devel-git, busybox-coreutils, bash)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
Latest Comments
micwoj92 commented on 2022-12-31 08:39 (UTC)
I built it succesfully without python2 on system, only required changing line 30 in PKGBUILD to python.
Bakasura commented on 2021-10-17 05:00 (UTC) (edited on 2021-10-17 05:01 (UTC) by Bakasura)
@grawity please add this patch to build, now sphinx is using python3 as default:
hvx commented on 2019-11-26 20:26 (UTC)
If anyone's still installing this in 2019 you'll need to change the source from:
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
To:
source=("https://botan.randombit.net/releases/old/Botan-${pkgver}.tgz"{,.asc})