summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiobolic2021-02-10 13:11:51 -0500
committerDiobolic2021-02-10 13:11:51 -0500
commit732f2b1e02c072900e16ce13e4b62620c1d4fa5a (patch)
treecdd65eaa55ebf22176bcd2f23806f8e9c8ca8c99
parent495260ef0ef57454f40976626c6f0d83be0da870 (diff)
downloadaur-732f2b1e02c072900e16ce13e4b62620c1d4fa5a.tar.gz
Added depends and updated to 1.0.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76600e71486d..27e0022877ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.7
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/sdushantha/wifi-password
arch = any
@@ -8,10 +8,16 @@ pkgbase = wifi-password
makedepends = python-setuptools
depends = python
depends = python-qrcode
- source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.0.7.tar.gz
+ depends = python-pillow
+ depends = python-colorama
+ depends = python-image
+ source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.0.9.tar.gz
sha256sums = 8b700c0d33796af88c2c8d35b1722c06fc816205b74e767f0e449dec52322607
pkgname = wifi-password
depends = python
depends = python-qrcode
+ depends = python-pillow
+ depends = python-colorama
+ depends = python-image
diff --git a/PKGBUILD b/PKGBUILD
index ea2af233b630..04238cc67f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=('wifi-password')
_module='wifi-password'
-pkgver='1.0.7'
+pkgver='1.0.9'
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' 'python-qrcode')
+depends=('python' 'python-qrcode' 'python-pillow' 'python-colorama' 'python-image')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')