diff options
author | root <root@rshg054.dnsready.net> | 2012-07-05 00:02:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-05 00:02:54 +0000 |
commit | 7f6f69dc52c8601768ba48fa7b69507a80d532cb (patch) | |
tree | 028dd3e49c2080a2ab59860c0a20b3a8dfe5cdbf /extra/xfce4-wavelan-plugin | |
parent | 298f654d4656dcc1e8d78c37dd77ae2ebfc1bf5f (diff) |
Thu Jul 5 00:02:54 UTC 2012
Diffstat (limited to 'extra/xfce4-wavelan-plugin')
-rw-r--r-- | extra/xfce4-wavelan-plugin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xfce4-wavelan-plugin/PKGBUILD b/extra/xfce4-wavelan-plugin/PKGBUILD index 8399b5898..2eb59bb2c 100644 --- a/extra/xfce4-wavelan-plugin/PKGBUILD +++ b/extra/xfce4-wavelan-plugin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157899 2012-04-30 04:21:35Z foutrelis $ +# $Id: PKGBUILD 162963 2012-07-04 04:01:30Z eric $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-wavelan-plugin -pkgver=0.5.10 -pkgrel=3 +pkgver=0.5.11 +pkgrel=1 pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel" arch=('i686' 'x86_64') license=('custom') @@ -14,7 +14,7 @@ depends=('xfce4-panel' 'net-tools') makedepends=('intltool') options=('!libtool') source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('a4cd20ef471123936e762a139f1025e1') +md5sums=('50514bb286f1ed6761a1b36832bb7fe3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |