Date: Sunday, February 21, 2010 @ 09:29:07 Author: thomas Revision: 69614
Upgrade to 1.1: Fix race condition when switching networks Modified: wpa_actiond/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-21 13:52:49 UTC (rev 69613) +++ PKGBUILD 2010-02-21 14:29:07 UTC (rev 69614) @@ -1,15 +1,15 @@ # $Id$ # Maintainer: Thomas Bächler <[email protected]> pkgname=wpa_actiond -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events" arch=('i686' 'x86_64') -url="http://projects.archlinux.org/?p=wpa_actiond.git;a=summary" +url="http://projects.archlinux.org/wpa_actiond.git/" license=('GPL') depends=('glibc' 'wpa_supplicant') source=(ftp://ftp.archlinux.org/other/wpa_actiond/$pkgname-$pkgver.tar.xz) -sha256sums=('f0fd1bb64b938c60e8656730446e46658b1907acd2f637f7ca2d5b19c3f68107') +sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3') build() { cd "$srcdir/$pkgname-$pkgver"
