Search Criteria
Package Details: botan1.10 1.10.17-4
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.000000 |
First Submitted: | 2018-04-09 04:58 (UTC) |
Last Updated: | 2024-03-24 11:02 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- python (python37AUR, python311AUR, python310AUR) (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})