diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index 44ac445ec91..dd64eb30c28 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -1,12 +1,12 @@ # Template file for 'libtorrent' pkgname=libtorrent version=0.13.7 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-static --disable-debug --without-kqueue --enable-aligned --with-posix-fallocate" hostmakedepends="automake libtool pkg-config" -makedepends="cppunit-devel libressl-devel zlib-devel" +makedepends="libcppunit-devel libressl-devel zlib-devel" short_desc="BitTorrent library written in C++" maintainer="Juan RP " license="GPL-2.0-or-later"