diff options
author | root <root@rshg054.dnsready.net> | 2012-04-26 00:01:31 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-26 00:01:31 +0000 |
commit | 00e1a2f0886e471d594c22dc14fc9d80ce5098c4 (patch) | |
tree | b8c721e8b8050ead04f92a5051e4bee881defa9b /extra/xfce4-wavelan-plugin | |
parent | 98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (diff) |
Thu Apr 26 00:01:31 UTC 2012
Diffstat (limited to 'extra/xfce4-wavelan-plugin')
-rw-r--r-- | extra/xfce4-wavelan-plugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xfce4-wavelan-plugin/PKGBUILD b/extra/xfce4-wavelan-plugin/PKGBUILD index 118008f86..7be2b552f 100644 --- a/extra/xfce4-wavelan-plugin/PKGBUILD +++ b/extra/xfce4-wavelan-plugin/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 156573 2012-04-21 04:42:41Z eric $ +# $Id: PKGBUILD 157144 2012-04-24 23:57:43Z foutrelis $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-wavelan-plugin pkgver=0.5.10 -pkgrel=1 +pkgrel=2 pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel" arch=('i686' 'x86_64') license=('custom') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/" groups=('xfce4-goodies') -depends=('xfce4-panel') +depends=('xfce4-panel' 'net-tools') makedepends=('intltool') options=('!libtool') source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) |