summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximus2020-06-14 02:03:27 +0300
committermaximus2020-06-14 02:03:27 +0300
commit020ad4a4856c9bce40cef05e6e37cee817832963 (patch)
treedda500867b7ce5965103027382be8ec492444722
parentab60a0fbbfb21ae52d467ab43b7f12447da56acf (diff)
downloadaur-020ad4a4856c9bce40cef05e6e37cee817832963.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2bdb0695a73..3707cb4cf5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = python-scapy-utils
license = MIT
depends = python-setuptools
depends = python-scapy
- source = https://files.pythonhosted.org/packages/b3/ab/7a510ad0b9c866481aabc95b2b6c56853c1303d47c3322bb54f0ec649152/scapy-utils-0.3.7.tar.gz
- sha256sums = 759e39e64d8686ccbc5421b48ce61c6e3c08048d69209ffe3fcee4dc6b334daf
+ source = https://files.pythonhosted.org/packages/39/b3/f897bdf6eb19bc777ed3a32e51e9229193edc1b11f7277081372b0ec1fe7/scapy-utils-0.3.8.tar.gz
+ sha256sums = 1e5739b83efb5737f01c6849b4d28cfdb51ac14f380bab4816a811afcc58b3c5
pkgname = python-scapy-utils
diff --git a/PKGBUILD b/PKGBUILD
index 34c542186a3b..37252dad4987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url='https://pypi.org/project/scapy-utils/'
license=('MIT')
depends=('python-setuptools' 'python-scapy')
-source=("https://files.pythonhosted.org/packages/b3/ab/7a510ad0b9c866481aabc95b2b6c56853c1303d47c3322bb54f0ec649152/scapy-utils-0.3.7.tar.gz")
-sha256sums=('759e39e64d8686ccbc5421b48ce61c6e3c08048d69209ffe3fcee4dc6b334daf')
+source=("https://files.pythonhosted.org/packages/39/b3/f897bdf6eb19bc777ed3a32e51e9229193edc1b11f7277081372b0ec1fe7/scapy-utils-0.3.8.tar.gz")
+sha256sums=('1e5739b83efb5737f01c6849b4d28cfdb51ac14f380bab4816a811afcc58b3c5')
package() {
cd $srcdir/${_pypiname}-${pkgver}