summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2016-05-17 17:26:07 +0200
committerDaniel Maslowski2016-05-17 17:26:07 +0200
commitf79ed3ce4af278fde32eee7f0e35519923587ee9 (patch)
tree11f0fa9739af5bd6100b5c089e7af859fac42e67
parent26a25583307d7b49eef1e9d4f4eac655fbf5c8a0 (diff)
downloadaur-f79ed3ce4af278fde32eee7f0e35519923587ee9.tar.gz
+readd Wi-fi input plugin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca7c4a075ce..c3ecffb02056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue May 17 15:25:31 UTC 2016
pkgbase = j4status-plugins-git
pkgdesc = Plugins for j4status
- pkgver = 30.98a8146
+ pkgver = 40.801300f
pkgrel = 1
url = http://j4status.j4tools.org/j4status-plugins/
arch = i686
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
}