mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/botan to 2.9.0-1
This commit is contained in:
parent
b465eb74f9
commit
8bc6297b58
1 changed files with 7 additions and 6 deletions
|
@ -10,18 +10,18 @@
|
|||
# - disable neon on !AArch64
|
||||
|
||||
pkgname=botan
|
||||
pkgver=2.8.0
|
||||
pkgrel=2
|
||||
pkgver=2.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
arch=('x86_64')
|
||||
arch=(x86_64)
|
||||
url='https://botan.randombit.net/'
|
||||
license=('BSD')
|
||||
makedepends=('python')
|
||||
license=(BSD)
|
||||
makedepends=(python)
|
||||
optdepends=('python: for using botan2.py')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||
'0001-aarch64-support.patch')
|
||||
sha256sums=('e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960'
|
||||
sha256sums=('305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119'
|
||||
'SKIP'
|
||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||
|
||||
|
@ -44,6 +44,7 @@ build() {
|
|||
--with-zlib \
|
||||
--with-os-feature=getrandom \
|
||||
$CONFIG
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue