mktorrent: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 23:57:46 +01:00
parent 5b94f9b0f4
commit 2cd3badb0b
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'mktorrent' # Template file for 'mktorrent'
pkgname=mktorrent pkgname=mktorrent
version=1.1 version=1.1
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="USE_OPENSSL=1" make_build_args="USE_OPENSSL=1"
makedepends="libressl-devel" make_install_args="USE_OPENSSL=1"
makedepends="openssl-devel"
short_desc="Simple command line utility to create BitTorrent metainfo files" short_desc="Simple command line utility to create BitTorrent metainfo files"
maintainer="Georg Schabel <gescha@posteo.de>" maintainer="Georg Schabel <gescha@posteo.de>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"