summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2015-07-15 01:16:41 +0200
committeranthraxx2015-07-15 01:17:54 +0200
commitfc5be8ccf161f8eb8f80fee53693142f93a34bc5 (patch)
tree1f6f5ea2f54c248fc95e0fe26862c574546f9cf9
parent257b602cf1b2042974238bef68df062eeb7dd8e9 (diff)
downloadaur-fc5be8ccf161f8eb8f80fee53693142f93a34bc5.tar.gz
upgpkg: python-pyshark 0.3.6-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7d03589caf..35505a7cc745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyshark
pkgdesc = Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
- pkgver = 0.3.4
- pkgrel = 2
+ pkgver = 0.3.6
+ pkgrel = 1
url = https://github.com/KimiNewt/pyshark
arch = any
license = MIT
@@ -20,8 +20,8 @@ pkgbase = pyshark
checkdepends = python2-logbook
makedepends = python-setuptools
makedepends = python2-setuptools
- source = pyshark-0.3.4.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.3.4.tar.gz
- sha512sums = 6c7a11a9dbb1e00a7a38eb7da304af80be431697eed9e10d6dcf7cff7c8c15396b30caf1fb8d5fe369d1fed1416b731f6a820d0230c9146507788a456b497b58
+ source = pyshark-0.3.6.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.3.6.tar.gz
+ sha512sums = 3a6ffbbab3c0b4a7d395314d96dd126ab3af0f34d6cdd0ddd37ac0a921eab809ed3eb1e3c39049fc6146423f261958c0b6439563da2143f816de8c0b4da0c0d0
pkgname = python-pyshark
depends = wireshark-cli
diff --git a/PKGBUILD b/PKGBUILD
index b43060917d5b..890e88d8dee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgbase=pyshark
pkgname=('python-pyshark' 'python2-pyshark')
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.3.6
+pkgrel=1
pkgdesc="Python wrapper for tshark, allowing python packet parsing using wireshark dissectors"
url="https://github.com/KimiNewt/pyshark"
arch=('any')
@@ -15,7 +15,7 @@ checkdepends=(
'python2-mock' 'python2-pytest' 'pypy' 'python2-lxml' 'python2-trollius' 'python2-logbook'
)
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/KimiNewt/${pkgbase}/archive/v${pkgver}.tar.gz)
-sha512sums=('6c7a11a9dbb1e00a7a38eb7da304af80be431697eed9e10d6dcf7cff7c8c15396b30caf1fb8d5fe369d1fed1416b731f6a820d0230c9146507788a456b497b58')
+sha512sums=('3a6ffbbab3c0b4a7d395314d96dd126ab3af0f34d6cdd0ddd37ac0a921eab809ed3eb1e3c39049fc6146423f261958c0b6439563da2143f816de8c0b4da0c0d0')
check() {
cd ${pkgbase}-${pkgver}