* update botan to 3.3.0-1
This commit is contained in:
parent
2c37a75e6a
commit
7bfb4e8254
@ -8,27 +8,30 @@
|
||||
# Contributor: Jack Lloyd <jack@randombit.net>
|
||||
|
||||
pkgname=botan
|
||||
pkgver=3.2.0
|
||||
pkgver=3.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://botan.randombit.net/'
|
||||
license=(BSD)
|
||||
depends=(sqlite
|
||||
xz)
|
||||
license=(BSD-2-Clause)
|
||||
depends=(bzip2
|
||||
gcc-libs
|
||||
glibc
|
||||
sqlite
|
||||
xz
|
||||
zlib)
|
||||
makedepends=(boost
|
||||
python)
|
||||
optdepends=('boost-libs: for the botan executable'
|
||||
'python: for using botan2.py')
|
||||
source=(https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz{,.asc})
|
||||
sha256sums=('049c847835fcf6ef3a9e206b33de05dd38999c325e247482772a5598d9e5ece3'
|
||||
sha256sums=('368f11f426f1205aedb9e9e32368a16535dc11bd60351066e6f6664ec36b85b9'
|
||||
'SKIP')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
|
||||
|
||||
build() {
|
||||
cd ${pkgname^}-$pkgver
|
||||
|
||||
|
||||
case "${CARCH}" in
|
||||
powerpc|powerpc64)
|
||||
_configure_options=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user