summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ae1065b452..153930980412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 05:08:55 UTC 2016
+# Tue Mar 1 16:45:43 UTC 2016
pkgbase = python2-dpkt
pkgdesc = This is a Python library for interacting with and creating packets.
pkgver = 1.8.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kbandla/dpkt
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f209d243f36c..516b994b46a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python2-dpkt
_pkgname=dpkt
pkgver=1.8.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="This is a Python library for interacting with and creating packets."
arch=('i686' 'x86_64')
-url=("https://github.com/kbandla/dpkt")
+url="https://github.com/kbandla/dpkt"
license=('custom')
depends=('python2')
source=("https://pypi.python.org/packages/source/d/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")