mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/botan to 1.11.16-1
This commit is contained in:
parent
4f27abf506
commit
893e3590a9
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
# - --cpu in configure set to correct architectures, autodetect fails
|
||||
|
||||
pkgname=botan
|
||||
pkgver=1.11.13
|
||||
pkgver=1.11.16
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
license=('BSD')
|
||||
|
@ -19,10 +19,12 @@ url='http://botan.randombit.net/'
|
|||
depends=('gcc-libs' 'sh' 'asio')
|
||||
makedepends=('python2' 'asio')
|
||||
source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
|
||||
sha256sums=('81f826a609ec1eed8b0ede1b870b8dea1294f5314de807cf33cd7073c634e3c9'
|
||||
sha256sums=('a31a4e5e874aee6d1a5242b153b4ad7d2b2dda575d30f857bd317110ae3c6a7c'
|
||||
'SKIP')
|
||||
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
|
||||
|
||||
# To import the key: gpg --import botan.key
|
||||
|
||||
prepare() {
|
||||
cd "Botan-$pkgver/src"
|
||||
|
||||
|
|
Loading…
Reference in a new issue