summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-05-08 00:28:43 +0300
committerBiteDasher2020-05-08 00:28:43 +0300
commit9860ba47d72dfa82921e1dfe96011b49532b14ba (patch)
tree542ae4681b73a5408a44f6bc2585917fc93c7087
parentb01b26244ad9b4ca06cc7f650f342d1d5c40a833 (diff)
downloadaur-9860ba47d72dfa82921e1dfe96011b49532b14ba.tar.gz
Update to upstream (1.8) version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6af573eed601..88cbf6c80242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wifiman
pkgdesc = Minimalistic wpa_supplicant configuration manager
- pkgver = 1.7.3
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/BiteDasher/wifiman
arch = any
@@ -15,8 +15,8 @@ pkgbase = wifiman
optdepends = dhclient: DHCP client
optdepends = wifiman-indicator: LibAppIndicator support
provides = wifigui
- source = wifiman-1.7.3.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.7.3.tar.gz
- sha256sums = 7fa57301166193d0b94003ac322feb4739cbb2e3efa536ef9f8f81c3f1507906
+ source = wifiman-1.8.tar.gz::https://github.com/BiteDasher/wifiman/archive/1.8.tar.gz
+ sha256sums = 005d6e9d2c44fd5b8ec401a2cb631b8a354345a768d0d77a4ca753b42d2b7996
pkgname = wifiman
diff --git a/PKGBUILD b/PKGBUILD
index 5dbc260b4726..71eaaee5be04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
-pkgver=1.7.3
+pkgver=1.8
pkgrel=1
pkgdesc="Minimalistic wpa_supplicant configuration manager"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
)
provides=('wifigui')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BiteDasher/wifiman/archive/${pkgver}.tar.gz")
-sha256sums=("7fa57301166193d0b94003ac322feb4739cbb2e3efa536ef9f8f81c3f1507906")
+sha256sums=("005d6e9d2c44fd5b8ec401a2cb631b8a354345a768d0d77a4ca753b42d2b7996")
package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX="$pkgdir/usr" install