summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:27 -0400
committerbrent s2016-04-06 06:14:27 -0400
commitd89ad6362693e7584682450ec103794755a12491 (patch)
tree4a385ff57abac51e1384066d47fd27b7cb79cca4
parent0cfd84c403296c2500b6fe153950761ac6e5b39a (diff)
downloadaur-d89ad6362693e7584682450ec103794755a12491.tar.gz
GPG support done
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD8
-rw-r--r--kismet-2016-01-R1.tar.xz.sigbin0 -> 543 bytes
4 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b347bc1546..dbc36bf8eec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:22 UTC 2016
+# Wed Apr 6 10:14:27 UTC 2016
pkgbase = kismet-allplugins
pkgdesc = 802.11 layer2 wireless network detector, sniffer, and intrusion detection system (all plugins enabled)
pkgver = 2016_01_R1
@@ -26,8 +26,10 @@ pkgbase = kismet-allplugins
conflicts = kismet-ptw
backup = etc/kismet.conf
backup = etc/kismet_drone.conf
- source = http://www.kismetwireless.net/code/kismet-2016-01-R1.tar.gz
+ source = http://www.kismetwireless.net/code/kismet-2016-01-R1.tar.xz
+ source = kismet-2016-01-R1.tar.xz.sig
sha512sums = cfbfb2cefd8df4a4fd09333eb6b0becd56cd7c3a1804d555d28b1d55379186e51804334560531d05e760d31e446c4b89d32ce2bd2c0705473f67f04611c0434e
+ sha512sums = SKIP
pkgname = kismet-allplugins
diff --git a/.gitignore b/.gitignore
index 1b515c71294f..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-kismet-allplugins
+*/
.*.swp
*.pkg.tar.xz
-src
-pkg
+src/
+pkg/
*.tar
*.tar.bz2
*.tar.xz
@@ -12,3 +12,7 @@ pkg
*.tbz
*.tbz2
*.zip
+*.run
+*.7z
+*.rar
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index d92b5ba9acb4..26c81a503292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Past maintainer: GI_Jack <iamjacksemail@hackermail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
@@ -27,8 +27,10 @@ optdepends=('gpsd: log coordinates of detected networks'
'ruby: ruby interface')
backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
install=kismet.install
-source=("http://www.kismetwireless.net/code/${_pkgname}-${_realver}.tar.gz")
-sha512sums=('cfbfb2cefd8df4a4fd09333eb6b0becd56cd7c3a1804d555d28b1d55379186e51804334560531d05e760d31e446c4b89d32ce2bd2c0705473f67f04611c0434e')
+source=("http://www.kismetwireless.net/code/${_pkgname}-${_realver}.tar.xz"
+ "${_pkgname}-${_realver}.tar.xz.sig")
+sha512sums=('cfbfb2cefd8df4a4fd09333eb6b0becd56cd7c3a1804d555d28b1d55379186e51804334560531d05e760d31e446c4b89d32ce2bd2c0705473f67f04611c0434e'
+ 'SKIP')
build() {
cd "${srcdir}/${_pkgname}-${_realver}"
diff --git a/kismet-2016-01-R1.tar.xz.sig b/kismet-2016-01-R1.tar.xz.sig
new file mode 100644
index 000000000000..c89bc755c76e
--- /dev/null
+++ b/kismet-2016-01-R1.tar.xz.sig
Binary files differ