From 1dcef9658b6b0f9a9e5986cfdd67f8dab84b53de Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 28 Jun 2022 20:50:25 +0200 Subject: [PATCH] botan: update to 2.19.2. --- srcpkgs/botan/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index 65a626714fd..330cbcc9331 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -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 " 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 }