summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiobolic2021-02-02 09:58:45 -0500
committerDiobolic2021-02-02 09:58:45 -0500
commit495260ef0ef57454f40976626c6f0d83be0da870 (patch)
treec44002d1cfb605beef22479c23c045208bf67c2e
parent2a5023f29d5ce16afc6f21b2e63cdde72a8606ea (diff)
downloadaur-495260ef0ef57454f40976626c6f0d83be0da870.tar.gz
Updated to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be6f94451a46..76600e71486d 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.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/sdushantha/wifi-password
arch = any
@@ -8,8 +8,8 @@ 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.6.tar.gz
- sha256sums = 7da1c6cab6ed3fcc8279b3098b4171d8553cdb245eef0d6eefcaeb80e1153370
+ source = https://files.pythonhosted.org/packages/source/w/wifi-password/wifi-password-1.0.7.tar.gz
+ sha256sums = 8b700c0d33796af88c2c8d35b1722c06fc816205b74e767f0e449dec52322607
pkgname = wifi-password
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6b186ca8b189..ea2af233b630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('wifi-password')
_module='wifi-password'
-pkgver='1.0.6'
+pkgver='1.0.7'
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"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('7da1c6cab6ed3fcc8279b3098b4171d8553cdb245eef0d6eefcaeb80e1153370')
+sha256sums=('8b700c0d33796af88c2c8d35b1722c06fc816205b74e767f0e449dec52322607')
build() {
cd "${srcdir}/${_module}-${pkgver}"