summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-02-06 08:29:54 -0500
committerAndrew Sun2021-02-06 08:29:54 -0500
commitac4c41bbd7e5da9a9d1f3195bff7e53f3577e558 (patch)
tree783f21be0e9d16f28fbcf92bee112178070e4da4
parent87d9f4df6e7ef0642d97dabf1acb9585f0ad4c9a (diff)
downloadaur-ac4c41bbd7e5da9a9d1f3195bff7e53f3577e558.tar.gz
0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d66ef4cbc01..0e019e88a89f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyshark
pkgdesc = Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
- pkgver = 0.4.2.11
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/KimiNewt/pyshark
arch = any
@@ -9,8 +9,8 @@ pkgbase = pyshark
makedepends = python-py
makedepends = python-lxml
makedepends = python-setuptools
- source = pyshark-0.4.2.11.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.4.2.11.tar.gz
- sha512sums = 4f822328ac06671652a21219f4abce8026c0da7bd47f2cb55e686ff70b49391599852cdbe2422183ffae5729a4e8a68e359c8371a8e53e379a198bb78a81b078
+ source = pyshark-0.4.3.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.4.3.tar.gz
+ sha512sums = 797c1783b87e96bbbe734bdf8550822c7be260c6d0f79c9e59d73a1e85c15eec6ca786a373d413444727d77425fe129d907a6f25f9482c0afc48237bbb3c2721
pkgname = python-pyshark
depends = wireshark-cli
diff --git a/PKGBUILD b/PKGBUILD
index eaa410143478..6aaee83fbead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=pyshark
pkgname=('python-pyshark')
-pkgver=0.4.2.11
+pkgver=0.4.3
pkgrel=1
pkgdesc='Python wrapper for tshark, allowing python packet parsing using wireshark dissectors'
url='https://github.com/KimiNewt/pyshark'
@@ -11,7 +11,7 @@ arch=('any')
license=('MIT')
makedepends=('wireshark-cli' 'python-py' 'python-lxml' 'python-setuptools')
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/KimiNewt/pyshark/archive/v${pkgver}.tar.gz")
-sha512sums=('4f822328ac06671652a21219f4abce8026c0da7bd47f2cb55e686ff70b49391599852cdbe2422183ffae5729a4e8a68e359c8371a8e53e379a198bb78a81b078')
+sha512sums=('797c1783b87e96bbbe734bdf8550822c7be260c6d0f79c9e59d73a1e85c15eec6ca786a373d413444727d77425fe129d907a6f25f9482c0afc48237bbb3c2721')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}/src"