From 05884a62585db762911a5f6744d80429d3b247c1 Mon Sep 17 00:00:00 2001 From: Obosob Date: Wed, 4 Jan 2017 07:27:29 +0000 Subject: [PATCH] i2pd: update to 2.11.0 --- srcpkgs/i2pd/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index e0e2b300ed4..24b7627676a 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,6 +1,6 @@ # Template file for 'i2pd' pkgname=i2pd -version=2.10.2 +version=2.11.0 revision=1 short_desc="I2P Daemon - a full-featured C++ implementation of I2P client" homepage="http://i2pd.website/" @@ -10,12 +10,16 @@ make_build_args="USE_UPNP=yes" maintainer="Obosob " makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel" distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz" -checksum=9d1f8dd33f537ad629fc69f0ccfa4cde22ca5023981a9c5b6acd5d551b9c7b8b +checksum=4d7946e33a6a1dd4439590ea23b494f36e6fbcb81f7b36857bf264413a19e9db pre_build() { if [[ "$XBPS_TARGET_MACHINE" =~ aarch64(-musl)? ]]; then - make_build_args="$make_build_args USE_AESNI=no" + make_build_args="$make_build_args USE_AESNI=no USE_AVX=no" fi + if [[ "$XBPS_TARGET_MACHINE" =~ armv7hf(-musl)? ]]; then + make_build_args="$make_build_args USE_AVX=no" + fi + } do_install() {