main/cryptsetup1: replaces cryptsetup

This commit is contained in:
Natanael Copa 2018-01-25 00:25:35 +00:00
parent 49b7ed8a5a
commit bb8551d7d4

View File

@ -2,13 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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"