community/botan to 2.0.0-1

This commit is contained in:
Kevin Mihelich 2017-01-09 19:27:01 +00:00
parent ad17680f3d
commit ea41d16063

View file

@ -11,8 +11,8 @@
# - AArch64 patch
pkgname=botan
pkgver=1.11.33
pkgrel=2
pkgver=2.0.0
pkgrel=1
pkgdesc='Crypto library written in C++'
license=('BSD')
arch=('x86_64' 'i686')
@ -22,7 +22,7 @@ makedepends=('python' 'asio' 'git')
#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c"
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
'0001-aarch64-support.patch')
md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac'
md5sums=('5544bfcd53d0b8ca83ce194fd9144d5c'
'SKIP'
'37165d2a365dd2e9d779b89fa55ba77b')
# Botan Distribution Key. To import: gpg --import botan.key
@ -67,7 +67,7 @@ package() {
cd "${pkgname^}-$pkgver"
make DESTDIR="$pkgdir/usr" install
find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# getver: github.com/randombit/botan