diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 11:53:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:56 +0000 |
commit | b082378243b27ae6aa9a7c2f69031c08372cd0bb (patch) | |
tree | 5289807f56d614a9a6da92fef457f4ba4accad34 /testing/xva-img | |
parent | 9f87c7043590363ecfa2942039051d29f0096d51 (diff) | |
download | aports-b082378243b27ae6aa9a7c2f69031c08372cd0bb.zip |
testing/xva-img: rebuild against libressl
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 c4671053da8..85bdcb9528b 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.3 -pkgrel=0 +pkgrel=1 pkgdesc="tool for converting XVA images" url="https://github.com/eriklax/xva-img" arch="all" license="GPL" depends="" -depends_dev="openssl-dev" +depends_dev="libressl-dev" makedepends="$depends_dev cmake" install="" subpackages="" |