From c7ec290e9ce48ef331bbd49f95d92bdad2dd050e Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Mon, 20 Sep 2021 10:36:49 -0600 Subject: [PATCH] community/libshairport: move to openssl 1.1 --- community/libshairport/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/libshairport/APKBUILD b/community/libshairport/APKBUILD index 0a1e465a28ea..78dfd6d4aa3d 100644 --- a/community/libshairport/APKBUILD +++ b/community/libshairport/APKBUILD @@ -3,13 +3,13 @@ pkgname=libshairport pkgver=1.2.1.20121215 _realver=1.2.0.20310_lib -pkgrel=1 +pkgrel=2 pkgdesc="AirPort Express emulator" url="https://github.com/amejia1/libshairport" arch="all" license="MIT" depends="" -depends_dev="avahi-dev libao-dev openssl-dev" +depends_dev="avahi-dev libao-dev openssl1.1-compat-dev" makedepends="$depends_dev autoconf automake libtool" install="" subpackages="$pkgname-dev" -- GitLab