summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2015-10-21 16:33:32 +0200
committerAlexandre Bique2015-10-21 16:33:32 +0200
commitd0b37450ad438547eb1687477bda0cb118f281aa (patch)
tree7369ac0acbfb31902474cae615d6c34160a09148
parent520dbe3f4215d916fb3fd9c9057d7a163a7638c4 (diff)
downloadaur-d0b37450ad438547eb1687477bda0cb118f281aa.tar.gz
Add makedepends and conflict
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e0c69c55c4..1e968096df70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,26 @@
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
pkgver = 3.15
- pkgrel = 1
+ pkgrel = 2
url = https://libreswan.org/
arch = i686
arch = x86_64
license = GPLv2
+ makedepends = docbook-xsl
+ makedepends = xmlto
depends = unbound
depends = nss
depends = libcap-ng
depends = curl
conflicts = freeswan
conflicts = openswan
+ conflicts = strongswan
conflicts = ipsec-tools
backup = etc/ipsec.conf
backup = etc/pam.d/pluto
source = https://download.libreswan.org/libreswan-3.15.tar.gz
source = tmpfiles.conf
- md5sums = da7a410afcfc2673f14f33f69fefca1f
+ md5sums = 719f41125bed347a38298dac232ec477
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index b471afa51335..16f37d61c2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Maintainer: Alexandre BIQUE <bique.alexandre@gmail.com>
pkgname=libreswan
pkgver=3.15
-pkgrel=1
+pkgrel=2
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
license=('GPLv2')
groups=()
depends=(unbound nss libcap-ng curl)
-makedepends=()
+makedepends=('docbook-xsl' 'xmlto')
checkdepends=()
optdepends=()
provides=()
-conflicts=('freeswan' 'openswan' 'ipsec-tools')
+conflicts=('freeswan' 'openswan' 'strongswan' 'ipsec-tools')
replaces=()
backup=('etc/ipsec.conf' 'etc/pam.d/pluto')
options=()