diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 07:53:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 5d34bcf239cfbe3d41839a192e904c34ac089ffa (patch) | |
tree | 6c101445340eb12b44f0343de3902f99dcc31ac5 /testing/xva-img | |
parent | 364718997f574d0b203d42e3073a3aa56350a2e3 (diff) | |
download | aports-5d34bcf239cfbe3d41839a192e904c34ac089ffa.tar.bz2 aports-5d34bcf239cfbe3d41839a192e904c34ac089ffa.tar.xz |
testing/xva-img: rebuild against openssl 1.1
Diffstat (limited to 'testing/xva-img')
-rw-r--r-- | testing/xva-img/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xva-img/APKBUILD b/testing/xva-img/APKBUILD index 4323eca7f0..b9f09653e8 100644 --- a/testing/xva-img/APKBUILD +++ b/testing/xva-img/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=xva-img pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="tool for converting XVA images" url="https://github.com/eriklax/xva-img" arch="all" license="GPL" depends="" -depends_dev="libressl-dev" +depends_dev="openssl-dev" makedepends="$depends_dev cmake" install="" subpackages="" |