From eeab4130f4c79787b9ed02fd6f5700ad2dfb5137 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 28 Nov 2021 15:04:27 +0100 Subject: [PATCH] botan: fix pycompile_module --- srcpkgs/botan/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index 282bceabd3ce..1b9180c16f19 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -1,10 +1,10 @@ # Template file for 'botan' pkgname=botan version=2.16.0 -revision=4 +revision=5 wrksrc="${pkgname^}-${version}" build_style=gnu-makefile -pycompile_module="botan.py" +pycompile_module="botan2.py" hostmakedepends="doxygen python3" makedepends="openssl-devel bzip2-devel liblzma-devel sqlite-devel zlib-devel" short_desc="Crypto library written in C++"