mktorrent: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 23:57:46 +01:00
parent 5b94f9b0f4
commit 2cd3badb0b

View file

@ -1,10 +1,11 @@
# Template file for 'mktorrent'
pkgname=mktorrent
version=1.1
revision=2
revision=3
build_style=gnu-makefile
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"
maintainer="Georg Schabel <gescha@posteo.de>"
license="GPL-2.0-or-later"