summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c660e82c37..132935ecb4d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = wpa_actiond
pkgdesc = Daemon that connects to wpa_supplicant and handles connect and disconnect events
pkgver = 1.4
- pkgrel = 3
+ pkgrel = 4
url = http://projects.archlinux.org/wpa_actiond.git/
arch = x86_64
+ arch = i686
license = GPL
depends = glibc
depends = wpa_supplicant
source = https://sources.archlinux.org/other/wpa_actiond/wpa_actiond-1.4.tar.xz
- source = https://sources.archlinux.org/other/wpa_actiond/wpa_actiond-1.4.tar.xz.sig
source = 0001-wpa_actiond-Wait-for-three-failed-PONGs-before-disco.patch
- validpgpkeys = A314827C4E4250A204CE6E13284FC34C8E4B1A25
sha256sums = e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54
- sha256sums = SKIP
sha256sums = b318ad3c2dcc65e204dfb5d21a034712fbbb801b062442869420bdf8a0060856
pkgname = wpa_actiond
diff --git a/PKGBUILD b/PKGBUILD
index 9e456111d6ba..5444a9d8ec34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Thomas Bächler <thomas@archlinux.org>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: Thomas Bächler <thomas@archlinux.org>
pkgname=wpa_actiond
pkgver=1.4
-pkgrel=3
+pkgrel=4
pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="http://projects.archlinux.org/wpa_actiond.git/"
license=('GPL')
depends=('glibc' 'wpa_supplicant')
source=(https://sources.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz
- https://sources.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz.sig
0001-wpa_actiond-Wait-for-three-failed-PONGs-before-disco.patch)
sha256sums=('e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54'
- 'SKIP'
'b318ad3c2dcc65e204dfb5d21a034712fbbb801b062442869420bdf8a0060856')
validpgpkeys=('A314827C4E4250A204CE6E13284FC34C8E4B1A25') # Thomas Bächler