aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 16:32:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:41 +0000
commit09e2ecf48a925a782a7372cc5135b6cdd8c4e9aa (patch)
tree8dec2ba3c5fb7cf1eea712d30b367373f065d15a /community
parentea168c8e3a7e1091f5ed244bfe5df3da8454bc51 (diff)
community/mktorrent: rebuild against libressl
Diffstat (limited to 'community')
-rw-r--r--community/mktorrent/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mktorrent/APKBUILD b/community/mktorrent/APKBUILD
index e216fe10881..b03022a01d4 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"