summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2016-01-29 11:40:35 +0100
committerAlexandre Bique2016-01-29 11:40:35 +0100
commit70d93031a03e97413af3c1190f119263fb341665 (patch)
treead405d7015fb3acd6a9f2ab68aee325459b11c53
parenta6e295170345fa7ebdf20de9406b1b5c789ce3eb (diff)
downloadaur-70d93031a03e97413af3c1190f119263fb341665.tar.gz
Add flex and bison makedepend
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147ec4b7d918..a5c8b2ae57ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 19:30:58 UTC 2016
+# Fri Jan 29 10:40:30 UTC 2016
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
pkgver = 3.16
- pkgrel = 1
+ pkgrel = 2
url = https://libreswan.org/
arch = i686
arch = x86_64
license = GPLv2
makedepends = docbook-xsl
makedepends = xmlto
+ makedepends = flex
+ makedepends = bison
depends = unbound
depends = nss
depends = libcap-ng
diff --git a/PKGBUILD b/PKGBUILD
index 8fe806150a35..17b95fdfa727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Alexandre BIQUE <bique.alexandre@gmail.com>
pkgname=libreswan
pkgver=3.16
-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=('docbook-xsl' 'xmlto')
+makedepends=('docbook-xsl' 'xmlto' 'flex' 'bison')
checkdepends=()
optdepends=()
provides=()