diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-07 16:32:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:40 +0000 |
commit | 8fa43032eca1e6231e7990698e76a1bb8b5cb75a (patch) | |
tree | 958196abf6b0e7dcc5baadbe6ed0faf078c5dcdb /community/libshairport | |
parent | d460beb256a689debe93b0ee24aefeb3a6542253 (diff) | |
download | aports-8fa43032eca1e6231e7990698e76a1bb8b5cb75a.tar.bz2 aports-8fa43032eca1e6231e7990698e76a1bb8b5cb75a.tar.xz |
community/libshairport: rebuild against libressl
Diffstat (limited to 'community/libshairport')
-rw-r--r-- | community/libshairport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libshairport/APKBUILD b/community/libshairport/APKBUILD index 349388efe5..620687222d 100644 --- a/community/libshairport/APKBUILD +++ b/community/libshairport/APKBUILD @@ -3,13 +3,13 @@ pkgname=libshairport pkgver=1.2.1 _realver=1.2.0.20310_lib -pkgrel=0 +pkgrel=1 pkgdesc="AirPort Express emulator" url="https://github.com/amejia1/libshairport" arch="all" license="GPL" depends="" -depends_dev="avahi-dev libao-dev openssl-dev" +depends_dev="avahi-dev libao-dev libressl-dev" makedepends="$depends_dev autoconf automake libtool" install="" subpackages="$pkgname-dev" |