summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-09-29 18:09:03 -0400
committerAndrew Sun2023-09-29 18:09:03 -0400
commit5a301ccda5fc09befa383f7069983c57405b9064 (patch)
treeca0692795fca1db235166f36cd2e58347f29c7cd
parent9f662166666251ae3b0415ce6adb3dab1f570a55 (diff)
downloadaur-5a301ccda5fc09befa383f7069983c57405b9064.tar.gz
bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afda745074d7..5d7d9b15a9a3 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.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KimiNewt/pyshark
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9ba95528a2ba..928040a88a3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=pyshark
pkgname=('python-pyshark')
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Python wrapper for tshark, allowing python packet parsing using wireshark dissectors'
url='https://github.com/KimiNewt/pyshark'
arch=('any')