summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-07 22:50:05 +0300
committerBiteDasher2020-05-07 22:50:05 +0300
commitb01b26244ad9b4ca06cc7f650f342d1d5c40a833 (patch)
treef0aad889f1d48eee70eeaad601ab8f1fefcd4e45
parent92aaa069596ddaeff109380c95bbf927abba2d7c (diff)
downloadaur-b01b26244ad9b4ca06cc7f650f342d1d5c40a833.tar.gz
Update to upstream (1.7.3) version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b92700f706be..6af573eed601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/BiteDasher/wifiman
arch = any
@@ -13,9 +13,10 @@ pkgbase = wifiman
depends = dhcpcd
optdepends = zenity: Run wifigui
optdepends = dhclient: DHCP client
+ optdepends = wifiman-indicator: LibAppIndicator support
provides = wifigui
- source = wifiman-1.7.2.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.7.2.tar.gz
- sha256sums = 0ddb00c422848575731fbfdb77720861a4a5bdb4519d8d4c03ccc361ef3a2153
+ source = wifiman-1.7.3.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.7.3.tar.gz
+ sha256sums = 7fa57301166193d0b94003ac322feb4739cbb2e3efa536ef9f8f81c3f1507906
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index 7ee41ed7dc5a..5dbc260b4726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Minimalistic wpa_supplicant configuration manager"
arch=('any')
@@ -10,10 +10,11 @@ depends=('bash' 'sed' 'wireless_tools' 'wpa_supplicant' 'systemd' 'dhcpcd')
optdepends=(
'zenity: Run wifigui'
'dhclient: DHCP client'
+ 'wifiman-indicator: LibAppIndicator support'
)
provides=('wifigui')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BiteDasher/wifiman/archive/${pkgver}.tar.gz")
-sha256sums=("0ddb00c422848575731fbfdb77720861a4a5bdb4519d8d4c03ccc361ef3a2153")
+sha256sums=("7fa57301166193d0b94003ac322feb4739cbb2e3efa536ef9f8f81c3f1507906")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install