summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-07 19:54:36 +0300
committerBiteDasher2020-05-07 19:54:36 +0300
commit92aaa069596ddaeff109380c95bbf927abba2d7c (patch)
tree9fd02aa9eb9f68db7fca09ac03edf8c3fbf9dbeb
parent3df80fe60487f82398d1230257a78553211aeaeb (diff)
downloadaur-92aaa069596ddaeff109380c95bbf927abba2d7c.tar.gz
Update to upstream (1.7.2) version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4a66fe5227..b92700f706be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.7
+ pkgver = 1.7.2
pkgrel = 1
url = https://github.com/BiteDasher/wifiman
arch = any
@@ -14,8 +14,8 @@ pkgbase = wifiman
optdepends = zenity: Run wifigui
optdepends = dhclient: DHCP client
provides = wifigui
- source = wifiman-1.7.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.7.tar.gz
- sha256sums = 2805ca6efad124f27168adc87bc934c137c858bd99c36a9c0347598e65d915dc
+ source = wifiman-1.7.2.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.7.2.tar.gz
+ sha256sums = 0ddb00c422848575731fbfdb77720861a4a5bdb4519d8d4c03ccc361ef3a2153
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index 80f8eef72ec1..7ee41ed7dc5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.7
+pkgver=1.7.2
pkgrel=1
pkgdesc="Minimalistic wpa_supplicant configuration manager"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=(
)
provides=('wifigui')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BiteDasher/wifiman/archive/${pkgver}.tar.gz")
-sha256sums=("2805ca6efad124f27168adc87bc934c137c858bd99c36a9c0347598e65d915dc")
+sha256sums=("0ddb00c422848575731fbfdb77720861a4a5bdb4519d8d4c03ccc361ef3a2153")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install