diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-05 09:29:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:12 +0000 |
commit | 77b2c7c6aa662e36289e3717a8887260dbeff71c (patch) | |
tree | 9eccae5e3d7856bd2ddef165e2689d80f110813f /main/icecast/APKBUILD | |
parent | 86ed9bddb82ee1c78369d3a0b0b125902c85fb74 (diff) | |
download | aports-77b2c7c6aa662e36289e3717a8887260dbeff71c.tar.bz2 aports-77b2c7c6aa662e36289e3717a8887260dbeff71c.tar.xz |
main/icecast: rebuild against libressl
Diffstat (limited to 'main/icecast/APKBUILD')
-rw-r--r-- | main/icecast/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/icecast/APKBUILD b/main/icecast/APKBUILD index 7166974fc3..396fce67bb 100644 --- a/main/icecast/APKBUILD +++ b/main/icecast/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=icecast pkgver=2.4.3 -pkgrel=2 +pkgrel=3 pkgdesc="Open source media server" url="http://www.icecast.org" arch="all" @@ -11,7 +11,7 @@ depends= install="$pkgname.pre-install" pkgusers="icecast" pkggroups="icecast" -makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev openssl-dev curl-dev" +makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev libressl-dev curl-dev" subpackages="$pkgname-doc" source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz conf-change-owner.patch |