[arch-commits] Commit in wpa_actiond/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Mon Mar 19 19:34:40 UTC 2012


    Date: Monday, March 19, 2012 @ 15:34:40
  Author: thomas
Revision: 153825

upgpkg: wpa_actiond 1.2-1 - fix FS#24599 (hopefully, hasn't been confirmed)

Modified:
  wpa_actiond/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-19 19:17:16 UTC (rev 153824)
+++ PKGBUILD	2012-03-19 19:34:40 UTC (rev 153825)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=wpa_actiond
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
 pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
 arch=('i686' 'x86_64')
 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() {




More information about the arch-commits mailing list