From 432dd4e051a09db4c81c6758b1cad6fc0fd892ef Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Thu, 1 Oct 2020 10:12:28 -0500 Subject: [PATCH] python3-dpkt: update to 1.9.4 --- srcpkgs/python3-dpkt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template index 5ca1a6b1dbb..91a142f8993 100644 --- a/srcpkgs/python3-dpkt/template +++ b/srcpkgs/python3-dpkt/template @@ -1,17 +1,17 @@ # Template file for 'python3-dpkt' pkgname=python3-dpkt -version=1.9.2 +version=1.9.4 revision=1 -archs=noarch wrksrc="dpkt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3" short_desc="Basic TCP/IP packet creation and parsing" maintainer="Alex Childs " license="BSD-3-Clause" homepage="https://github.com/kbandla/dpkt" distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz" -checksum=52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54 +checksum=f4e579cbaf6e2285ebf3a9e84019459b4367636bac079ba169527e582fca48b4 post_install() { vlicense LICENSE