diff options
Diffstat (limited to 'main/email/APKBUILD')
-rw-r--r-- | main/email/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/email/APKBUILD b/main/email/APKBUILD index bcf8e8efd2..290bfcf916 100644 --- a/main/email/APKBUILD +++ b/main/email/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=email pkgver=3.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A command line SMTP client that's simple" url="http://www.cleancode.org/projects/email" arch="all" license="GPL" -depends="openssl" +depends="libressl" makedepends="libressl-dev" source="http://dev.alpinelinux.org/archive/email/email-$pkgver.tar.gz" |