mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/botan to 2.7.0-1
This commit is contained in:
parent
f2b38d7e07
commit
85f6d9b796
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||||
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
||||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||||
# Contributor: d'Ronin <daronin@2600.com>
|
# Contributor: d'Ronin <daronin@2600.com>
|
||||||
|
@ -11,19 +11,18 @@
|
||||||
# - disable neon on !AArch64
|
# - disable neon on !AArch64
|
||||||
|
|
||||||
pkgname=botan
|
pkgname=botan
|
||||||
pkgver=2.6.0
|
pkgver=2.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Crypto library written in C++'
|
pkgdesc='Crypto library written in C++'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://botan.randombit.net/'
|
url='https://botan.randombit.net/'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('xz')
|
|
||||||
makedepends=('python')
|
makedepends=('python')
|
||||||
optdepends=('python: for using botan2.py')
|
optdepends=('python: for using botan2.py')
|
||||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
||||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||||
'0001-aarch64-support.patch')
|
'0001-aarch64-support.patch')
|
||||||
sha256sums=('c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5'
|
sha256sums=('e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue