summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBiteDasher2020-05-07 22:50:05 +0300
committerBiteDasher2020-05-07 22:50:05 +0300
commitb01b26244ad9b4ca06cc7f650f342d1d5c40a833 (patch)
treef0aad889f1d48eee70eeaad601ab8f1fefcd4e45 /PKGBUILD
parent92aaa069596ddaeff109380c95bbf927abba2d7c (diff)
downloadaur-b01b26244ad9b4ca06cc7f650f342d1d5c40a833.tar.gz
Update to upstream (1.7.3) version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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