botan: update to 2.19.2.

This commit is contained in:
Duncaen 2022-06-28 20:50:25 +02:00
parent 5e9aa35185
commit 1dcef9658b
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 4 additions and 8 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'botan'
pkgname=botan
version=2.19.1
version=2.19.2
revision=1
wrksrc="${pkgname^}-${version}"
build_style=gnu-makefile
hostmakedepends="doxygen python3"
makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel"
makedepends="bzip2-devel liblzma-devel sqlite-devel zlib-devel"
short_desc="Crypto library written in C++"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://botan.randombit.net/"
changelog="https://botan.randombit.net/news.html"
distfiles="https://botan.randombit.net/releases/Botan-${version}.tar.xz"
checksum=e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560
checksum=3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75
python_version=3
LDFLAGS="-pthread"
@ -22,7 +23,6 @@ do_configure() {
_args="--prefix=/usr"
_args+=" --os=linux"
_args+=" --with-doxygen"
_args+=" --with-openssl"
_args+=" --with-bzip2"
_args+=" --with-lzma"
_args+=" --with-zlib"
@ -75,10 +75,6 @@ do_configure() {
${_args}
}
do_check() {
make check
}
post_install() {
vlicense license.txt
}