summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2017-11-29 18:52:43 -0600
committerJavier Tiá2017-11-29 18:52:43 -0600
commit80e7f8a806ed64b8705817b0e3f214b49ca54f0d (patch)
treeec7921daed375a85dc61ca99ff3a30b65143df8c
parenta9091322be0b4c47d03cdae2bda5b4f6a3111e5e (diff)
downloadaur-80e7f8a806ed64b8705817b0e3f214b49ca54f0d.tar.gz
Bump up libtins 3.5-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d755a25693..2f35ea92db74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 29 15:52:34 UTC 2017
+# Thu Nov 30 00:52:29 UTC 2017
pkgbase = libtins
pkgdesc = A high-level, multiplatform C++ network packet sniffing and crafting library
pkgver = 3.5
- pkgrel = 1
+ pkgrel = 2
url = http://libtins.github.io/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = libtins
makedepends = cmake
depends = libpcap
depends = openssl
+ depends = boost
options = !libtool
source = https://github.com/mfontanini/libtins/archive/v3.5.tar.gz
sha256sums = 1b0624b2eea3ce077a86f3abd3e625661760c4cfd21cd8f3d3cd3622229ff2cd
diff --git a/PKGBUILD b/PKGBUILD
index e63774693bc7..ba498b4c66ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libtins
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="A high-level, multiplatform C++ network packet sniffing and crafting library"
arch=('i686' 'x86_64')
url="http://libtins.github.io/"
license=('BSD')
-depends=('libpcap' 'openssl')
+depends=('libpcap' 'openssl' 'boost')
makedepends=('cmake')
options=('!libtool')
source=("https://github.com/mfontanini/libtins/archive/v${pkgver}.tar.gz")