aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xva-img
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-07 07:53:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit5d34bcf239cfbe3d41839a192e904c34ac089ffa (patch)
tree6c101445340eb12b44f0343de3902f99dcc31ac5 /testing/xva-img
parent364718997f574d0b203d42e3073a3aa56350a2e3 (diff)
testing/xva-img: rebuild against openssl 1.1
Diffstat (limited to 'testing/xva-img')
-rw-r--r--testing/xva-img/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xva-img/APKBUILD b/testing/xva-img/APKBUILD
index 4323eca7f0c..b9f09653e89 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=""