summaryrefslogtreecommitdiff
path: root/core/wpa_actiond/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/wpa_actiond/PKGBUILD')
-rw-r--r--core/wpa_actiond/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/wpa_actiond/PKGBUILD b/core/wpa_actiond/PKGBUILD
index 582bae1e3..99e000df3 100644
--- a/core/wpa_actiond/PKGBUILD
+++ b/core/wpa_actiond/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 142219 2011-11-06 10:21:32Z thomas $
+# $Id: PKGBUILD 155389 2012-04-03 08:18:09Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=wpa_actiond
-pkgver=1.1
-pkgrel=3.1
+pkgver=1.2
+pkgrel=1
pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
arch=('i686' 'x86_64' 'mips64el')
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=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
+sha256sums=('578efa1141fbf1acb56efff8061f4ac7ab99f257f8a3e1588db51a8ce77ac2b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make CFLAGS="${CFLAGS}"
+ make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
package() {