diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index ceb3facd7c7..e0ca47a6071 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,24 +1,23 @@ # Template file for 'i2pd' pkgname=i2pd -version=2.15.0 -revision=6 -short_desc="I2P Daemon - a full-featured C++ implementation of I2P client" -homepage="http://i2pd.website/" -license="BSD" +version=2.21.0 +revision=1 build_style=gnu-makefile make_build_args="USE_UPNP=yes" +makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel + libatomic-devel" +short_desc="I2P Daemon - a full-featured C++ implementation of I2P client" maintainer="Obosob " -makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel" +license="BSD" +homepage="http://i2pd.website/" distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz" -checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86 +checksum=96c15cf7b51feacd5bb3f7032c7d961961325102574a1a4d6cb8dd794e906e5b system_accounts="_i2pd" +disable_parallel_build=true case "${XBPS_TARGET_MACHINE}" in aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;; esac -case "${XBPS_TARGET_MACHINE}" in - armv[56]*|mips*) makedepends+=" libatomic-devel"; LDFLAGS="-latomic" ;; -esac do_install() { vbin i2pd diff --git a/srcpkgs/i2pd/update b/srcpkgs/i2pd/update deleted file mode 100644 index af550066795..00000000000 --- a/srcpkgs/i2pd/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://api.github.com/repos/PurpleI2P/i2pd/tags" -pattern='"name":\s*"\K([\d\.]+)(?=")'