summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"