summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-07-08 12:51:21 -0400
committerAndrew Sun2022-07-08 12:51:21 -0400
commit7454b3b056289e50107bf5aa82dd194c7d1ce501 (patch)
treec8eb5154bab48c90be4353698b9f343aa32fa67a
parent5c9f94ecedac1f39aba58688a33b5f8e1d7671c8 (diff)
downloadaur-7454b3b056289e50107bf5aa82dd194c7d1ce501.tar.gz
0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6074608033fa..b3315f08fb22 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.6
+ pkgver = 0.5
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.4.6.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.4.6.tar.gz
- sha512sums = 01b5bc2cf96864bd4ae8d6640fff997eb726ba1e7f775834378626fa98882694074c81ce6b4fe7bea067cad5ab2390bfd214297e40e3191b17a00a498cf923e4
+ source = pyshark-0.5.tar.gz::https://github.com/KimiNewt/pyshark/archive/v0.5.tar.gz
+ sha512sums = c2bb30cbdc71c77e9cf87909c7267f4e10475a8a01f82e4d85f9f661cbf2be308e6c838a4a26094e06637524bddece50e2b413a5966d81448e0ea4e66b543744
pkgname = python-pyshark
depends = wireshark-cli
diff --git a/PKGBUILD b/PKGBUILD
index 8b2d76354532..87cc0e4fbdc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=pyshark
pkgname=('python-pyshark')
-pkgver=0.4.6
+pkgver=0.5
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=('01b5bc2cf96864bd4ae8d6640fff997eb726ba1e7f775834378626fa98882694074c81ce6b4fe7bea067cad5ab2390bfd214297e40e3191b17a00a498cf923e4')
+sha512sums=('c2bb30cbdc71c77e9cf87909c7267f4e10475a8a01f82e4d85f9f661cbf2be308e6c838a4a26094e06637524bddece50e2b413a5966d81448e0ea4e66b543744')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}/src"