summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb38dace829..24ee1ca9997e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=wifiman
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Minimalistic wpa_supplicant configuration manager"
arch=('any')
url='https://github.com/BiteDasher/wifiman'
@@ -12,7 +12,7 @@ optdepends=(
)
provides=('wifigui')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BiteDasher/wifiman/archive/${pkgver}.tar.gz")
-sha256sums=("653bd97caf2c4218852f6a290e52b6552f0709a20b29fb44c309436d250b5a7e")
+sha256sums=("147a36594e39bd4f3ab748336025626f3316c81404ffb5908e607d39fefd5a55")
package() {
mkdir -p $pkgdir/usr/bin
cd "$srcdir/$pkgname-$pkgver"