summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-07-09 07:35:36 -0400
committerAndrew Sun2022-07-09 07:35:36 -0400
commit2dce1b091d481e0cdc56a4c3a2441cdcfae82018 (patch)
tree2ac758b4cb5b9d9ec7415f11170dbcbceb10c92b
parent7454b3b056289e50107bf5aa82dd194c7d1ce501 (diff)
downloadaur-2dce1b091d481e0cdc56a4c3a2441cdcfae82018.tar.gz
0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3315f08fb22..f64013522bd5 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.5
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/KimiNewt/pyshark
arch = any
@@ -10,8 +10,8 @@ pkgbase = pyshark
makedepends = python-lxml
makedepends = python-setuptools
makedepends = python-packaging
- source = pyshark-0.5.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.5.tar.gz
- sha512sums = c2bb30cbdc71c77e9cf87909c7267f4e10475a8a01f82e4d85f9f661cbf2be308e6c838a4a26094e06637524bddece50e2b413a5966d81448e0ea4e66b543744
+ source = pyshark-0.5.2.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.5.2.tar.gz
+ sha512sums = dc9ee92a915a6122c4b492efdb9569bdead1bcb82e1931d7e05af6a5131c396feb2e8fc35fc294c5a3c5fd85641338790707da2682f3c44edc77c056e77411fc
pkgname = python-pyshark
depends = wireshark-cli
diff --git a/PKGBUILD b/PKGBUILD
index 87cc0e4fbdc8..880839d4b5d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=pyshark
pkgname=('python-pyshark')
-pkgver=0.5
+pkgver=0.5.2
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' 'python-packaging')
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/KimiNewt/pyshark/archive/v${pkgver}.tar.gz")
-sha512sums=('c2bb30cbdc71c77e9cf87909c7267f4e10475a8a01f82e4d85f9f661cbf2be308e6c838a4a26094e06637524bddece50e2b413a5966d81448e0ea4e66b543744')
+sha512sums=('dc9ee92a915a6122c4b492efdb9569bdead1bcb82e1931d7e05af6a5131c396feb2e8fc35fc294c5a3c5fd85641338790707da2682f3c44edc77c056e77411fc')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}/src"