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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 21 15:44:33 UTC 2018


    Date: Sunday, October 21, 2018 @ 15:44:32
  Author: arodseth
Revision: 398264

upgpkg: botan 2.8.0-1

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 15:06:28 UTC (rev 398263)
+++ PKGBUILD	2018-10-21 15:44:32 UTC (rev 398264)
@@ -6,8 +6,8 @@
 # Contributor: Jack Lloyd <jack at randombit.net>
 
 pkgname=botan
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=('x86_64')
 url='https://botan.randombit.net/'
@@ -16,18 +16,18 @@
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90'
+sha256sums=('e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960'
             'SKIP')
 
 build() {
   cd "${pkgname^}-$pkgver"
 
-  # botan benefits from -O3, and upstream devs are running benchmarks with it
+  # botan benefits from -O3. Upstream is using it.
   CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
     --prefix=/usr \
     --with-bzip \
-    --with-zlib \
-    --with-lzma
+    --with-lzma \
+    --with-zlib
   make
 }
 



More information about the arch-commits mailing list