mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/botan to 2.11.0-1
This commit is contained in:
parent
23ddd0fc62
commit
5b45555a97
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
# - disable neon on !AArch64
|
||||
|
||||
pkgname=botan
|
||||
pkgver=2.10.0
|
||||
pkgver=2.11.0
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
arch=(x86_64)
|
||||
|
@ -19,9 +19,9 @@ license=(BSD)
|
|||
makedepends=(python)
|
||||
optdepends=('python: for using botan2.py')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}
|
||||
'0001-aarch64-support.patch')
|
||||
sha256sums=('88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31'
|
||||
sha256sums=('f7874da2aeb8c018fd77df40b2137879bf90b66f5589490c991e83fb3e8094be'
|
||||
'SKIP'
|
||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||
|
||||
|
|
Loading…
Reference in a new issue