community/botan to 1.11.33-1

This commit is contained in:
Kevin Mihelich 2016-11-15 19:06:00 +00:00
parent fe49cf1a38
commit 780ec9dedf

View file

@ -11,18 +11,18 @@
# - AArch64 patch
pkgname=botan
pkgver=1.11.32
pkgver=1.11.33
pkgrel=1
pkgdesc='Crypto library written in C++'
license=('BSD')
arch=('x86_64' 'i686')
url='http://botan.randombit.net/'
url='https://botan.randombit.net/'
depends=('gcc-libs' 'sh')
makedepends=('python' 'asio' 'git')
#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c"
source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
'0001-aarch64-support.patch')
md5sums=('dffcbe550f3e643bdd03b0d7d879fa06'
md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac'
'SKIP'
'37165d2a365dd2e9d779b89fa55ba77b')
# Botan Distribution Key. To import: gpg --import botan.key
@ -70,4 +70,5 @@ package() {
install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# getver: github.com/randombit/botan
# vim:set ts=2 sw=2 et: