[arch-commits] Commit in botan/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Apr 14 19:02:06 UTC 2019


    Date: Sunday, April 14, 2019 @ 19:02:05
  Author: arodseth
Revision: 451644

upgpkg: botan 2.10.0-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 17:54:41 UTC (rev 451643)
+++ PKGBUILD	2019-04-14 19:02:05 UTC (rev 451644)
@@ -6,7 +6,7 @@
 # Contributor: Jack Lloyd <jack at randombit.net>
 
 pkgname=botan
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119'
+sha256sums=('88481997578c27924724fea76610d43d9f59c99edfe561d41803bbc98871ad31'
             'SKIP')
 
 build() {
@@ -23,13 +23,13 @@
   cd "${pkgname^}-$pkgver"
 
   # botan benefits from -O3. Upstream is using it when testing.
-  CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
+  CXXFLAGS="$CXXFLAGS -O3" \
+    ./configure.py \
     --prefix=/usr \
     --with-bzip \
     --with-lzma \
     --with-zlib \
     --with-os-feature=getrandom
-
   make
 }
 



More information about the arch-commits mailing list