From aa7bdc297f1f853fb18bfa621394c2cfc207ffec Mon Sep 17 00:00:00 2001 From: Alex Denes <caskd@redxen.eu> Date: Sun, 30 May 2021 18:48:24 +0000 Subject: [PATCH] community/libreswan: add strongswan as conflicting package --- community/libreswan/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/libreswan/APKBUILD b/community/libreswan/APKBUILD index 1c9eb4475db9..90e165829960 100644 --- a/community/libreswan/APKBUILD +++ b/community/libreswan/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libreswan pkgver=4.7 -pkgrel=1 +pkgrel=2 pkgdesc="IPsec implementation for Linux" url="https://libreswan.org/" arch="all" license="GPL-2.0-or-later" -depends="nss-tools iproute2" +depends="nss-tools iproute2 !strongswan" provides="openswan=$pkgver-r$pkgrel" options="!check" # no testsuite makedepends=" -- GitLab