From bb8551d7d4c9933a36f60e4128d067107104065c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 25 Jan 2018 00:25:35 +0000 Subject: [PATCH] main/cryptsetup1: replaces cryptsetup --- main/cryptsetup1/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/cryptsetup1/APKBUILD b/main/cryptsetup1/APKBUILD index c628bdc62f0..bf6553d9411 100644 --- a/main/cryptsetup1/APKBUILD +++ b/main/cryptsetup1/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Natanael Copa pkgname=cryptsetup1 pkgver=1.7.5 -pkgrel=1 +pkgrel=2 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="https://gitlab.com/cryptsetup/cryptsetup" arch="all" license="GPL-2.0-or-later" depends="" conflicts="cryptsetup" +replaces="cryptsetup" makedepends_build="" makedepends_host="lvm2-dev libressl-dev popt-dev util-linux-dev" makedepends="$makedepends_build $makedepends_host"