diff options
Diffstat (limited to 'community/isync/APKBUILD')
-rw-r--r-- | community/isync/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/isync/APKBUILD b/community/isync/APKBUILD index 85c71a6cc3..dd0114f5fc 100644 --- a/community/isync/APKBUILD +++ b/community/isync/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> 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" |