summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-05-18 19:21:07 -0500
committerLuis Martinez2021-05-18 19:21:07 -0500
commit81740358c310d26bccfbd4032b2d14430f3f6a29 (patch)
treee6c94bf97ca396199d720eff95c291484d2c357d
parent08cf70be509053ddbcfbac667fb7df55927fef33 (diff)
downloadaur-81740358c310d26bccfbd4032b2d14430f3f6a29.tar.gz
update to 0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf4b6f280a5c..6ce54c1d975a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifi-heat-mapper
pkgdesc = A Python library for benchmarking Wi-Fi networks to create heatmaps
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/nischay-pro/wifi-heat-mapper
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = wifi-heat-mapper
depends = python-numpy
depends = python-pysimplegui
optdepends = speedtest-cli
- source = https://files.pythonhosted.org/packages/source/w/whm/whm-0.2.2.tar.gz
- sha256sums = fbf752a5b37695618126715d67b0c4228c137d10a17eb40594894bd0c67532da
+ source = https://files.pythonhosted.org/packages/source/w/whm/whm-0.2.3.tar.gz
+ sha256sums = b6c368a7be1732bbdb860ff522b63fc5a4eb4b85b5b4879780dd874b53265952
pkgname = wifi-heat-mapper
diff --git a/PKGBUILD b/PKGBUILD
index 3edde2dcbb3e..34cfefa031b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wifi-heat-mapper
_name=whm
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="A Python library for benchmarking Wi-Fi networks to create heatmaps"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('python' 'python-iperf3' 'python-matplotlib' 'python-tqdm'
makedepends=('python-setuptools')
optdepends=('speedtest-cli')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('fbf752a5b37695618126715d67b0c4228c137d10a17eb40594894bd0c67532da')
+sha256sums=('b6c368a7be1732bbdb860ff522b63fc5a4eb4b85b5b4879780dd874b53265952')
build() {
cd "$_name-$pkgver"