libtorrent: use libcppunit-devel
[ci skip]
This commit is contained in:
parent
9310942781
commit
48d841f0ac
1 changed files with 2 additions and 2 deletions
|
@ -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 <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue