From a6dcf8ff7c28dc751e630641dcb2f39d583564d6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 7 Oct 2016 14:39:26 +0000 Subject: [PATCH] community/isync: rebuild against libressl --- community/isync/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/isync/APKBUILD b/community/isync/APKBUILD index 85c71a6cc3c..dd0114f5fc8 100644 --- a/community/isync/APKBUILD +++ b/community/isync/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Stuart Cardall pkgname=isync pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="IMAP and MailDir mailbox synchronizer" url="http://isync.sourceforge.net" arch="all" license="GPL2" depends="" depends_dev="" -makedepends="$depends_dev openssl-dev cyrus-sasl-dev zlib-dev db-dev" +makedepends="$depends_dev libressl-dev cyrus-sasl-dev zlib-dev db-dev" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz"