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

Alexander Rødseth arodseth at archlinux.org
Wed Apr 4 12:32:00 UTC 2018


    Date: Wednesday, April 4, 2018 @ 12:31:59
  Author: arodseth
Revision: 314106

upgpkg: botan 2.5.0-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 12:16:00 UTC (rev 314105)
+++ PKGBUILD	2018-04-04 12:31:59 UTC (rev 314106)
@@ -6,7 +6,7 @@
 # Contributor: Hexchain Tong <richard0053 at gmail.com>
 
 pkgname=botan
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=('x86_64')
@@ -16,13 +16,14 @@
 makedepends=('python')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('ed9464e2a5cfee4cd3d9bd7a8f80673b45c8a0718db2181a73f5465a606608a5'
+sha256sums=('b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b'
             'SKIP')
 
 build() {
   cd "${pkgname^}-$pkgver"
 
-  ./configure.py --prefix=/usr
+  # The unit test hangs when testing the bigint module
+  ./configure.py --prefix=/usr --disable-modules=bigint
   make
 }
 



More information about the arch-commits mailing list