Date: Tuesday, January 7, 2020 @ 17:56:00 Author: arojas Revision: 550036
Update to 2.13.0 Modified: botan/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-07 17:19:26 UTC (rev 550035) +++ PKGBUILD 2020-01-07 17:56:00 UTC (rev 550036) @@ -6,8 +6,8 @@ # Contributor: Jack Lloyd <[email protected]> pkgname=botan -pkgver=2.12.1 -pkgrel=2 +pkgver=2.13.0 +pkgrel=1 pkgdesc='Crypto library written in C++' arch=(x86_64) url='https://botan.randombit.net/' @@ -16,15 +16,13 @@ optdepends=('python: for using botan2.py') validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}) -sha256sums=('7e035f142a51fca1359705792627a282456d49749bf62a37a8e48375d41baaa9' +sha256sums=('f57ae42a41e1091bca58f44f41addebd9a390b651603952c881ec89d50187e90' 'SKIP') build() { cd "${pkgname^}-$pkgver" - # botan benefits from -O3. Upstream is using it when testing. - CXXFLAGS="$CXXFLAGS -O3" \ - ./configure.py \ + ./configure.py \ --prefix=/usr \ --with-bzip \ --with-lzma \ @@ -44,6 +42,3 @@ install -Dm644 "${pkgname^}-$pkgver/license.txt" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } - -# getver: github.com/randombit/botan -# vim: ts=2 sw=2 et:
