summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-01-19 00:08:55 -0500
committerbrent s2016-01-19 00:08:55 -0500
commit1883f92170144b2f840e1734a84c47454b8de43a (patch)
tree48e307bd19ff2c1c834f4ffd41cae46ba89d167c
parent6988ec65bf41f1c497525217b12c918f01b3d99c (diff)
downloadaur-1883f92170144b2f840e1734a84c47454b8de43a.tar.gz
updating to 1.8.6.2 (matching PyPI)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c08c74a6e2d..a7ae1065b452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 01:43:47 UTC 2016
+# Tue Jan 19 05:08:55 UTC 2016
pkgbase = python2-dpkt
pkgdesc = This is a Python library for interacting with and creating packets.
- pkgver = 1.8.r98
- pkgrel = 3
+ pkgver = 1.8.6.2
+ pkgrel = 1
url = https://github.com/kbandla/dpkt
arch = i686
arch = x86_64
license = custom
depends = python2
- source = https://github.com/kbandla/dpkt/archive/1.8.r98.tar.gz
- md5sums = 79922d79eaaad5673520d810f242b95e
+ source = https://pypi.python.org/packages/source/d/dpkt/dpkt-1.8.6.2.tar.gz
+ md5sums = ada8a7477f67ffa0cf4042e6138a6fed
pkgname = python2-dpkt
diff --git a/PKGBUILD b/PKGBUILD
index de32387a9ae2..f209d243f36c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
# Contributor: Wes Brown <wesbrown18@gmail.com>
pkgname=python2-dpkt
-pkgver=1.8.r98
-pkgrel=3
+_pkgname=dpkt
+pkgver=1.8.6.2
+pkgrel=1
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://github.com/kbandla/dpkt/archive/${pkgver}.tar.gz")
-md5sums=('79922d79eaaad5673520d810f242b95e')
+source=("https://pypi.python.org/packages/source/d/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('ada8a7477f67ffa0cf4042e6138a6fed')
package() {
cd "${srcdir}/dpkt-${pkgver}"