aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup1
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-01-25 00:25:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-01-25 00:25:35 +0000
commitbb8551d7d4c9933a36f60e4128d067107104065c (patch)
treeb0e26e23f5ac2dd24957526e867ac520f91eeca3 /main/cryptsetup1
parent49b7ed8a5a98c20000dcbfd782830525316b0a04 (diff)
downloadaports-bb8551d7d4c9933a36f60e4128d067107104065c.tar.bz2
aports-bb8551d7d4c9933a36f60e4128d067107104065c.tar.xz
main/cryptsetup1: replaces cryptsetup
Diffstat (limited to 'main/cryptsetup1')
-rw-r--r--main/cryptsetup1/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/cryptsetup1/APKBUILD b/main/cryptsetup1/APKBUILD
index c628bdc62f..bf6553d941 100644
--- a/main/cryptsetup1/APKBUILD
+++ b/main/cryptsetup1/APKBUILD
@@ -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"