summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:23 -0400
committerbrent s2016-04-06 04:18:23 -0400
commitce54df8e146927b9cd3c584d0e18afa172985b9e (patch)
tree9d364b7c5be1dbbc018db20e7686e3925d187ab5
parent71f855d664a34e8f3c0ef6de64378f1c73f32d2f (diff)
downloadaur-ce54df8e146927b9cd3c584d0e18afa172985b9e.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD5
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 153930980412..4f8065019062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 16:45:43 UTC 2016
+# Wed Apr 6 08:18:23 UTC 2016
pkgbase = python2-dpkt
pkgdesc = This is a Python library for interacting with and creating packets.
pkgver = 1.8.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kbandla/dpkt
arch = i686
arch = x86_64
license = custom
depends = python2
source = https://pypi.python.org/packages/source/d/dpkt/dpkt-1.8.6.2.tar.gz
- md5sums = ada8a7477f67ffa0cf4042e6138a6fed
+ sha512sums = 42d9113472904aa9b68efb94cf180dbd578b1fd36ffc5a085cfd393893230c47b505758120a800888abdd391bc6c598a3932712547219860b7abba1c5fc56c87
pkgname = python2-dpkt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d4a5851266e4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+python2-dpkt
+.*.swp
+*.pkg.tar.xz
+src
+pkg
+*.tar
+*.tar.bz2
+*.tar.xz
+*.tar.gz
+*.tgz
+*.txz
+*.tbz
+*.tbz2
+*.zip
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}"