From 6e4a643228b7155c0b522821e555db3a5b83e8b5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 30 Oct 2018 21:24:45 +0000 Subject: main/opusfile: rebuild against openssl 1.1 --- main/opusfile/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/opusfile/APKBUILD b/main/opusfile/APKBUILD index f8e6b7c98e0..fd1aa36ce8f 100644 --- a/main/opusfile/APKBUILD +++ b/main/opusfile/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa pkgname=opusfile pkgver=0.11 -pkgrel=0 +pkgrel=1 pkgdesc="A high-level API for decoding and seeking within .opus files" url="https://www.opus-codec.org/" arch="all" license="BSD-3-Clause" -depends_dev="libressl-dev" +depends_dev="openssl-dev" makedepends="$depends_dev libogg-dev opus-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz -- cgit v1.2.3