summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56b0446c05c8..46bf417c5f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 12:16:48 UTC 2016
+# Thu Mar 10 05:35:34 UTC 2016
pkgbase = libtins
pkgdesc = A high-level, multiplatform C++ network packet sniffing and crafting library
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = http://libtins.github.io/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = libtins
depends = libpcap
depends = openssl
options = !libtool
- source = https://github.com/mfontanini/libtins/archive/v3.3.tar.gz
- sha256sums = a2d9b8a4dd0b2a4d0d1924d2b2b03ea76a7ceb241f91c6a7ed262a1a7d64d94d
+ source = https://github.com/mfontanini/libtins/archive/v3.4.tar.gz
+ sha256sums = b94935b5fb40668ce5acb87d4f26970b47bfa25ba5f34aeaab70d8a422a9b192
pkgname = libtins
diff --git a/PKGBUILD b/PKGBUILD
index 2d69540c29cc..5f19fa5985a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-# Maintainer: Javier Tia <javier.tia at gmail dot com>
-# Maintainer: kusakata <shohei atmark kusakata period com>
+# Maintainer: Javier TiĆ” <javier.tia at gmail dot com>
pkgname=libtins
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="A high-level, multiplatform C++ network packet sniffing and crafting library"
arch=('i686' 'x86_64')
@@ -12,7 +11,7 @@ depends=('libpcap' 'openssl')
makedepends=('cmake')
options=('!libtool')
source=("https://github.com/mfontanini/libtins/archive/v${pkgver}.tar.gz")
-sha256sums=('a2d9b8a4dd0b2a4d0d1924d2b2b03ea76a7ceb241f91c6a7ed262a1a7d64d94d')
+sha256sums=('b94935b5fb40668ce5acb87d4f26970b47bfa25ba5f34aeaab70d8a422a9b192')
build() {
cd "${srcdir}/libtins-${pkgver}"