community/botan to 2.14.0-1

This commit is contained in:
Kevin Mihelich 2020-04-08 12:11:20 +00:00
parent 40efb47aaa
commit 1acaaf01b4

View file

@ -9,7 +9,7 @@
# - disable neon on !AArch64
pkgname=botan
pkgver=2.13.0
pkgver=2.14.0
pkgrel=1
pkgdesc='Crypto library written in C++'
arch=(x86_64)
@ -19,7 +19,7 @@ makedepends=(python)
optdepends=('python: for using botan2.py')
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
sha256sums=('f57ae42a41e1091bca58f44f41addebd9a390b651603952c881ec89d50187e90'
sha256sums=('0c10f12b424a40ee19bde00292098e201d7498535c062d8d5b586d07861a54b5'
'SKIP')
build() {
@ -41,7 +41,7 @@ build() {
check() {
cd "${pkgname^}-$pkgver"
./botan-test
LD_LIBRARY_PATH="$PWD" ./botan-test
}
package() {