mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/botan to 2.3.0-1
This commit is contained in:
parent
5568271738
commit
98f02e3228
1 changed files with 4 additions and 7 deletions
|
@ -11,7 +11,7 @@
|
|||
# - AArch64 patch
|
||||
|
||||
pkgname=botan
|
||||
pkgver=2.2.0
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -21,17 +21,14 @@ depends=('gcc-libs' 'sh')
|
|||
makedepends=('python')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
|
||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||
'https://github.com/randombit/botan/commit/3e1312d905dac01f317138b68fd284799a5abc29.patch'
|
||||
'0001-aarch64-support.patch')
|
||||
md5sums=('b8c9d2ff724e33c99a050838b112e832'
|
||||
'SKIP'
|
||||
'11f29d6cc39fad8bd88cd252a79f590b'
|
||||
'37165d2a365dd2e9d779b89fa55ba77b')
|
||||
sha256sums=('39f970fee5986a4c3e425030aef50ac284da18596c004d1a9cce7688c4e6d47c'
|
||||
'SKIP'
|
||||
'0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname^}-$pkgver"
|
||||
|
||||
patch -p1 -i ../3e1312d905dac01f317138b68fd284799a5abc29.patch
|
||||
patch -p1 -i ../0001-aarch64-support.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue