Date: Monday, January 9, 2017 @ 19:02:10 Author: arodseth Revision: 206233
upgpkg: botan 2.0.0-1 Modified: botan/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-09 18:56:42 UTC (rev 206232) +++ PKGBUILD 2017-01-09 19:02:10 UTC (rev 206233) @@ -6,8 +6,8 @@ # Contributor: Hexchain Tong <[email protected]> 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') @@ -16,7 +16,7 @@ makedepends=('python' 'asio' 'git') source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}) #source=("git://github.com/randombit/botan.git#commit=8e19ecf11c") -md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac' +md5sums=('5544bfcd53d0b8ca83ce194fd9144d5c' 'SKIP') # Botan Distribution Key. To import: gpg --import botan.key validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') @@ -41,7 +41,7 @@ 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
