diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/mktorrent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mktorrent/APKBUILD b/community/mktorrent/APKBUILD index e216fe1088..b03022a01d 100644 --- a/community/mktorrent/APKBUILD +++ b/community/mktorrent/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=mktorrent pkgver=0.9.9 -pkgrel=1 +pkgrel=2 pkgdesc="A handy tool for creating .torrent files" url="http://borg.uu3.net/~borg/?mktorrent" arch="all" license="BSD" depends="" -makedepends="openssl-dev" +makedepends="libressl-dev" install="" subpackages="$pkgname-doc" source="ftp://borg.uu3.net/pub/unix/$pkgname/$pkgname-${pkgver}.tgz" |