diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-30 21:24:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:12 +0000 |
commit | 6e4a643228b7155c0b522821e555db3a5b83e8b5 (patch) | |
tree | b12b384a18e1c3d8914b37261a9ebfeb87de1a0c /main/opusfile | |
parent | a316ce9088935221b0df23ccfb577004d8f4f408 (diff) | |
download | aports-6e4a643228b7155c0b522821e555db3a5b83e8b5.tar.bz2 aports-6e4a643228b7155c0b522821e555db3a5b83e8b5.tar.xz |
main/opusfile: rebuild against openssl 1.1
Diffstat (limited to 'main/opusfile')
-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 f8e6b7c98e..fd1aa36ce8 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 |