summaryrefslogtreecommitdiff
path: root/core/wpa_actiond/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-05 16:43:59 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-05 16:43:59 +0200
commiteea781ff51db0dcc8e7263625d9b206d8b498b14 (patch)
tree1c36f59ff34ac845dad77ddb50cde427c5dc1bd4 /core/wpa_actiond/PKGBUILD
parent64552a84f9eb436e191d738ef4ebc552a768048d (diff)
parent7a600dcabb6923ee79d36a4eaab2fc6867bdb807 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/dbus/PKGBUILD extra/opus/PKGBUILD extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'core/wpa_actiond/PKGBUILD')
-rw-r--r--core/wpa_actiond/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/wpa_actiond/PKGBUILD b/core/wpa_actiond/PKGBUILD
index 72edc8776..34d3c2311 100644
--- a/core/wpa_actiond/PKGBUILD
+++ b/core/wpa_actiond/PKGBUILD
@@ -1,15 +1,17 @@
-# $Id: PKGBUILD 164502 2012-08-01 09:59:07Z thomas $
+# $Id: PKGBUILD 184227 2013-05-04 14:17:40Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=wpa_actiond
-pkgver=1.3
+pkgver=1.4
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=('4523b76980198666ac93f3a3772a10554ef608e6a18ab9eb1346303ee3a6f4b1')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz
+ ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz.sig)
+sha256sums=('e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54'
+ 'fb026e76979e3bb78dfb38ddc01b9cd57dc0885c9965d2e60c4d8a0ec95d6b74')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"