From ea41d16063a1f889f7bc51fc619924e6a5924c15 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 9 Jan 2017 19:27:01 +0000
Subject: [PATCH] community/botan to 2.0.0-1

---
 community/botan/PKGBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD
index 795bd267b..d2674d23f 100644
--- a/community/botan/PKGBUILD
+++ b/community/botan/PKGBUILD
@@ -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