diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index 8e059004fb..d0cd1b6e11 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,7 +1,7 @@ # Template file for 'i2pd' pkgname=i2pd version=2.37.0 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="USE_UPNP=yes" makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel @@ -23,7 +23,7 @@ _i2pd_homedir="/var/lib/i2pd" make_dirs="/var/lib/i2pd 0700 _i2pd _i2pd" case "${XBPS_TARGET_MACHINE}" in - x86_64*|i686*) ;; + x86_64*) ;; *) make_build_args+=" USE_AESNI=no USE_AVX=no" ;; esac