diff options
-rw-r--r-- | main/opusfile/APKBUILD | 4 |
1 files 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 <ncopa@alpinelinux.org> 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 |