diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 09:33:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | ae62ee11104a6b8dcbb0c8435604f037a74eb587 (patch) | |
tree | e7dbf717e6bb6c0ef2bb409387c91506cff50da6 /testing/shairport-sync/APKBUILD | |
parent | 2709469c319592e25cd6b0cd25db2bc1abf33559 (diff) | |
download | aports-ae62ee11104a6b8dcbb0c8435604f037a74eb587.tar.bz2 aports-ae62ee11104a6b8dcbb0c8435604f037a74eb587.tar.xz |
testing/shairport-sync: rebuild against openssl 1.1
Diffstat (limited to 'testing/shairport-sync/APKBUILD')
-rw-r--r-- | testing/shairport-sync/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/shairport-sync/APKBUILD b/testing/shairport-sync/APKBUILD index 724b39f1b0..07d00c0f1f 100644 --- a/testing/shairport-sync/APKBUILD +++ b/testing/shairport-sync/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=shairport-sync pkgver=3.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation" url="https://github.com/mikebrady/shairport-sync" arch="all" license="custom" depends="avahi" makedepends="autoconf automake libtool alsa-lib-dev libdaemon-dev popt-dev - libressl-dev soxr-dev avahi-dev libconfig-dev" + openssl-dev soxr-dev avahi-dev libconfig-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/mikebrady/$pkgname/archive/$pkgver.tar.gz $pkgname.initd" |