summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiobolic2021-01-29 10:25:12 -0500
committerDiobolic2021-01-29 10:25:12 -0500
commit2a5023f29d5ce16afc6f21b2e63cdde72a8606ea (patch)
treef9608bf78671a34b7d9702c05d96ceb16f6a2e42
parent41af04da6136fe59f0fa95f85fde88082c0204c2 (diff)
downloadaur-2a5023f29d5ce16afc6f21b2e63cdde72a8606ea.tar.gz
Updated package to 1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b933b5e44a..be6f94451a46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = wifi-password
pkgdesc = Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
- pkgver = 1.0.3
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/sdushantha/wifi-password
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- depends = wireless_tools
depends = python-qrcode
- source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.0.3.tar.gz
- sha256sums = 55aba4acb84cf35231e629b8440fd9e17bf3ceefd0cba64c8580855070ed8456
+ source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.0.6.tar.gz
+ sha256sums = 7da1c6cab6ed3fcc8279b3098b4171d8553cdb245eef0d6eefcaeb80e1153370
pkgname = wifi-password
depends = python
- depends = wireless_tools
depends = python-qrcode
diff --git a/PKGBUILD b/PKGBUILD
index 2a6beab5b52b..6b186ca8b189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=('wifi-password')
_module='wifi-password'
-pkgver='1.0.3'
+pkgver='1.0.6'
pkgrel=1
pkgdesc="Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect"
url="https://github.com/sdushantha/wifi-password"
-depends=('python' 'wireless_tools' 'python-qrcode')
+depends=('python' 'python-qrcode')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('55aba4acb84cf35231e629b8440fd9e17bf3ceefd0cba64c8580855070ed8456')
+sha256sums=('7da1c6cab6ed3fcc8279b3098b4171d8553cdb245eef0d6eefcaeb80e1153370')
build() {
cd "${srcdir}/${_module}-${pkgver}"