summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f0a0cb17cc1..fb1445cd48e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jesse Lentz <jesselnz@gmail.com>
pkgname=iwgtk
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc='Lightweight, graphical wifi management utility'
arch=(x86_64)
url='https://github.com/J-Lentz/iwgtk'
license=(GPL3)
depends=(iwd gtk3)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/J-Lentz/iwgtk/archive/v0.3.tar.gz")
-sha256sums=(28e39c4a0b0267068ca80697145c137c9ed5acf281ca8bb2ffd2d88b4e2547a8)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/J-Lentz/iwgtk/archive/v0.4.tar.gz")
+sha256sums=(71bb85546a55bf710052d4947f6be5f5a01033d04d2d14a85a7e734dd570657d)
build() {
cd ${pkgname}-${pkgver}