summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 516b994b46a0..ee05b7d74d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Contributor: Wes Brown <wesbrown18@gmail.com>
pkgname=python2-dpkt
_pkgname=dpkt
pkgver=1.8.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="This is a Python library for interacting with and creating packets."
arch=('i686' 'x86_64')
url="https://github.com/kbandla/dpkt"
license=('custom')
depends=('python2')
source=("https://pypi.python.org/packages/source/d/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('ada8a7477f67ffa0cf4042e6138a6fed')
+sha512sums=('42d9113472904aa9b68efb94cf180dbd578b1fd36ffc5a085cfd393893230c47b505758120a800888abdd391bc6c598a3932712547219860b7abba1c5fc56c87')
package() {
cd "${srcdir}/dpkt-${pkgver}"