summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-01-18 20:43:47 -0500
committerbrent s2016-01-18 20:43:47 -0500
commit6988ec65bf41f1c497525217b12c918f01b3d99c (patch)
treeb7fea64fad4e6e2a8b08925aa2c2657944af31a8
parent2015ac78342efcb5fae065e1f229bedac1002256 (diff)
downloadaur-6988ec65bf41f1c497525217b12c918f01b3d99c.tar.gz
minor pkgbuild cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df023d202b3..0c08c74a6e2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jan 19 01:43:47 UTC 2016
pkgbase = python2-dpkt
pkgdesc = This is a Python library for interacting with and creating packets.
pkgver = 1.8.r98
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kbandla/dpkt
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8cfee3085814..de32387a9ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: brent s. <bts[at]square-r00t[dot]net>
# Contributor: Wes Brown <wesbrown18@gmail.com>
pkgname=python2-dpkt
pkgver=1.8.r98
-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")
@@ -11,8 +12,7 @@ source=("https://github.com/kbandla/dpkt/archive/${pkgver}.tar.gz")
md5sums=('79922d79eaaad5673520d810f242b95e')
package() {
- cd "$srcdir/dpkt-${pkgver}"
+ cd "${srcdir}/dpkt-${pkgver}"
python2 setup.py build install --root="${pkgdir}"
}
-# vim:set ts=2 sw=2 et: