aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 16:32:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:40 +0000
commit8fa43032eca1e6231e7990698e76a1bb8b5cb75a (patch)
tree958196abf6b0e7dcc5baadbe6ed0faf078c5dcdb
parentd460beb256a689debe93b0ee24aefeb3a6542253 (diff)
community/libshairport: rebuild against libressl
-rw-r--r--community/libshairport/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libshairport/APKBUILD b/community/libshairport/APKBUILD
index 349388efe5d..620687222d0 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"