[arch-commits] Commit in kismet/trunk (PKGBUILD python-install-flags.patch)

Levente Polyak anthraxx at archlinux.org
Fri Jan 17 17:01:32 UTC 2020


    Date: Friday, January 17, 2020 @ 17:01:31
  Author: anthraxx
Revision: 373631

upgpkg: kismet 2019_12_R2-1

Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/python-install-flags.patch

----------------------------+
 PKGBUILD                   |    8 ++++----
 python-install-flags.patch |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 16:39:13 UTC (rev 373630)
+++ PKGBUILD	2020-01-17 17:01:31 UTC (rev 373631)
@@ -4,9 +4,9 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=kismet
-pkgver=2019_09_R1
+pkgver=2019_12_R2
 _realver="${pkgver//_/-}"
-pkgrel=5
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
 url="https://www.kismetwireless.net/"
 arch=('x86_64')
@@ -37,9 +37,9 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
         kismet.sysusers
         python-install-flags.patch)
-sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
+sha512sums=('b1e3de74a6d314150d849ac3d95c8b99324bba14522dc4f00244d1c09acb690cce40d35dbe33845ffb1060a69cd38f036d59a0283ed9b1a70b022e3d57cde5a0'
             '452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-            'b5eb82f343485fdf617de007ee7ef63e3375c54fea17664dca474965b6a548c4663b416ca062c039349eb141ad03c870997e5fa7ffa1d2058282171de80ca38e')
+            '5effff1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 prepare() {

Modified: python-install-flags.patch
===================================================================
--- python-install-flags.patch	2020-01-17 16:39:13 UTC (rev 373630)
+++ python-install-flags.patch	2020-01-17 17:01:31 UTC (rev 373631)
@@ -39,7 +39,7 @@
  install:
 -	$(PYTHON) ./setup.py install
 +	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 	# These are now part of the setup.py install
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) $(BIN)/$(MQTTMONITOR_BIN)
+ 
+ protobuf:
+ 	$(PROTOCBIN) -I ../protobuf_definitions --python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto
 



More information about the arch-commits mailing list