summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Maslowski2016-05-17 17:26:07 +0200
committerDaniel Maslowski2016-05-17 17:26:07 +0200
commitf79ed3ce4af278fde32eee7f0e35519923587ee9 (patch)
tree11f0fa9739af5bd6100b5c089e7af859fac42e67 /PKGBUILD
parent26a25583307d7b49eef1e9d4f4eac655fbf5c8a0 (diff)
downloadaur-f79ed3ce4af278fde32eee7f0e35519923587ee9.tar.gz
+readd Wi-fi input plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6ff49e826d7..e50cfa096a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Maslowski <info at orangecms dot org>
pkgname=j4status-plugins-git
_gitname=j4status-plugins
-pkgver=30.98a8146
+pkgver=40.801300f
pkgrel=1
pkgdesc="Plugins for j4status"
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ build()
{
cd "${srcdir}/${_gitname}"
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --enable-iw-input --prefix=/usr
make
}