summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzabolcs Sipos2021-11-19 01:46:01 +0100
committerSzabolcs Sipos2021-11-19 01:46:01 +0100
commitc714038dbcef0b5c4e2d943dedb22d8a74d610a6 (patch)
treef7c4371ae860650aa0890a2e061d8024f937a90b
parentd9980bf66a019d94e917e927aa226941a1dd3d34 (diff)
downloadaur-c714038dbcef0b5c4e2d943dedb22d8a74d610a6.tar.gz
Minor fix: safety quotes, pkg description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xnrf_sniffer_ble.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d12b293a03..4ca49a301866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nrf-sniffer-ble
- pkgdesc = nRF Sniffer for Bluetooth LE - firmware and Wireshark plugin
+ pkgdesc = nRF Sniffer for Bluetooth LE - firmware, SnifferAPI and Wireshark plugin
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE
install = nrf-sniffer-ble.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1064792bd8f5..284bdff26733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# based on nrf5x-sniffer by GI_Jack
pkgname=nrf-sniffer-ble
-pkgdesc="nRF Sniffer for Bluetooth LE - firmware and Wireshark plugin"
+pkgdesc="nRF Sniffer for Bluetooth LE - firmware, SnifferAPI and Wireshark plugin"
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"
depends=('python' 'python-pyserial' 'wireshark-cli' )
diff --git a/nrf_sniffer_ble.sh b/nrf_sniffer_ble.sh
index c0cc5f420a9a..8182788144a8 100755
--- a/nrf_sniffer_ble.sh
+++ b/nrf_sniffer_ble.sh
@@ -3,4 +3,4 @@
pkgroot="/usr/lib/nrf-sniffer-ble"
export PYTHONPATH="${pkgroot}/pymodule:${PYTHONPATH}"
-exec /usr/bin/python ${pkgroot}/extcap/nrf_sniffer_ble.py "$@"
+exec /usr/bin/python "${pkgroot}/extcap/nrf_sniffer_ble.py" "$@"