summaryrefslogtreecommitdiff
path: root/community/connman
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-31 01:35:35 -0700
committerroot <root@rshg054.dnsready.net>2012-10-31 01:35:35 -0700
commit5827948456201df72a1bd73e87977c569129fb27 (patch)
tree4842639ddc958690e68f74c496ea60844200450b /community/connman
parent455295fdb5009a8cd7b033a93e01f7450fd3087b (diff)
Wed Oct 31 01:34:59 PDT 2012
Diffstat (limited to 'community/connman')
-rw-r--r--community/connman/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD
index b6ca46685..a9d85ff85 100644
--- a/community/connman/PKGBUILD
+++ b/community/connman/PKGBUILD
@@ -1,10 +1,10 @@
-#$Id: PKGBUILD 77533 2012-10-11 21:23:35Z dwallace $
+#$Id: PKGBUILD 79133 2012-10-31 00:23:46Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Lucas De Marchi <lucas.de.marchi@gmail.com>
pkgname=connman
-pkgver=1.8
-pkgrel=1
+pkgver=1.9
+pkgrel=2
pkgdesc="Wireless LAN network manager"
url="http://connman.net/"
arch=('i686' 'x86_64')
@@ -19,9 +19,6 @@ source=('connmand-daemon'
"http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'allow_group_network.diff')
-md5sums=('88ece7cbf1d0d289545ce4f8553fdab8'
- '689468f92a1dcb2c0e30d7d00410ad87'
- 'a8d22ee089fb0ed725130d16ad393047')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -43,4 +40,8 @@ package(){
make DESTDIR="${pkgdir}" install
install -Dm755 "$srcdir"/connmand-daemon "$pkgdir"/etc/rc.d/connmand
+ install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" "$pkgdir/usr/sbin/${pkgname}ctl"
}
+md5sums=('88ece7cbf1d0d289545ce4f8553fdab8'
+ '8196824f400719dd172222a355ad9592'
+ 'a8d22ee089fb0ed725130d16ad393047')