diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD index 8f178e3a327..be8424372a6 100644 --- a/community/cloudi/APKBUILD +++ b/community/cloudi/APKBUILD @@ -28,8 +28,8 @@ # (shown below with the assignment of CLOUDI_PID_FILE). pkgname=cloudi -pkgver=2.0.0 -pkgrel=1 +pkgver=2.0.1 +pkgrel=0 pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing." url="https://cloudi.org/" license="MIT" @@ -47,6 +47,7 @@ makedepends="autoconf gmp-dev go libexecinfo-dev + libseccomp-dev libtool nodejs openjdk8 @@ -100,8 +101,7 @@ build() { --infodir=/usr/share/info \ --host="$CHOST" \ --build="$CBUILD" \ - --with-test-timeout=600 \ - --with-cxx-backtrace \ + --with-test-timeout=container \ --enable-go-support $_configure_args make } @@ -118,5 +118,5 @@ package() { "$pkgdir"/etc/init.d/$pkgname } -sha512sums="fa889cbcea0d741149934a78603ccbdf6b6e8c7c6de1938da04b7fbafe4665a675f568c11c74a21f705859563eed129ab437c5fc4da09a6f22d1a872ae8002c2 cloudi-2.0.0.tar.gz +sha512sums="c0525f390a68f1f38d8b0e0dfc97d367f1fa724e0265f4b19f4d688e808d5a192dbc8d1412408248cd4bb5acc9d9909ba893adc50efd0030e923252fabaa6208 cloudi-2.0.1.tar.gz 053f860f656617012208a0e1909e43b2f8979d381a90d3fa5a745a9cf5021fe54556a641fef2badaa9955f2394d00e32183389cb9b501169dcbf8cbe4fbb0329 cloudi.initd"