summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2023-07-14 02:02:38 -0400
committerMatthew Sexton2023-07-14 02:02:38 -0400
commit9d70543acf474a158337f16cc8f8381989995ef6 (patch)
tree887d87c0ab515696f4af6662093282bc3bce88ce
parentf028f064e0418c593046d45c334c0eb92a0cfd1a (diff)
downloadaur-trackerjacker.tar.gz
cleaning up pkgbuild slightly
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6f7c2d6d11..886850d21661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trackerjacker
pkgdesc = Map and track WiFi networks and devices through raw 802.11 monitoring
pkgver = 1.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/calebmadrigal/trackerjacker
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = trackerjacker
depends = python-pyaml
depends = python-ruamel-yaml
depends = python-scapy
- source = trackerjacker-1.9.0.tar.gz::https://files.pythonhosted.org/packages/source/t/trackerjacker/trackerjacker-1.9.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/t/trackerjacker/trackerjacker-1.9.0.tar.gz
sha256sums = d11c984c85eb5c9ffec5d5ae74eaaa1bed273b827c9cb28511b3bab22d71f3fd
pkgname = trackerjacker
diff --git a/PKGBUILD b/PKGBUILD
index f08feb86a5e5..f4c98b4b20e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: Matthew Sexton <matthew@asylumtech.com>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: GI_Jack <GI_Jack@hackermail.com>
pkgname=trackerjacker
pkgver=1.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Map and track WiFi networks and devices through raw 802.11 monitoring"
arch=('any')
url="https://github.com/calebmadrigal/trackerjacker"
license=('MIT')
depends=('python-pyaml' 'python-ruamel-yaml' 'python-scapy')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('d11c984c85eb5c9ffec5d5ae74eaaa1bed273b827c9cb28511b3bab22d71f3fd')
prepare() {