From 48d841f0accffb0430c36a14b41700935aba934c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 12 Jan 2019 02:08:25 -0200 Subject: [PATCH] libtorrent: use libcppunit-devel [ci skip] --- srcpkgs/libtorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index 44ac445ec9..dd64eb30c2 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"