diff options
author | root <root@rshg054.dnsready.net> | 2013-02-05 00:07:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-05 00:07:38 -0800 |
commit | b91dca65217b7c35be84df053692c9fd1b012560 (patch) | |
tree | 1ab70184cb03b2ac7a5123daed51de63f9df742b /community/connman/PKGBUILD | |
parent | 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff) |
Tue Feb 5 00:07:38 PST 2013
Diffstat (limited to 'community/connman/PKGBUILD')
-rw-r--r-- | community/connman/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD index faf051560..c9091f03d 100644 --- a/community/connman/PKGBUILD +++ b/community/connman/PKGBUILD @@ -1,9 +1,9 @@ -#$Id: PKGBUILD 82130 2013-01-09 02:21:52Z dwallace $ +#$Id: PKGBUILD 83726 2013-02-04 18:08:38Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Lucas De Marchi <lucas.de.marchi@gmail.com> pkgname=connman -pkgver=1.10 +pkgver=1.11 pkgrel=1 pkgdesc="Wireless LAN network manager" url="http://connman.net/" @@ -19,7 +19,7 @@ source=('connmand-daemon' "http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'allow_group_network.diff') md5sums=('88ece7cbf1d0d289545ce4f8553fdab8' - '95a87fdccab7b63390c1c38ebba2883b' + '73f1f93ce503ee80dcc8c9bdda2c3426' 'a8d22ee089fb0ed725130d16ad393047') build() { @@ -31,6 +31,7 @@ build() { --with-systemdunitdir=/usr/lib/systemd/system \ --enable-threads \ --enable-openconnect \ + --enable-vpnc \ --enable-openvpn \ --enable-polkit \ --enable-client |