diff options
Diffstat (limited to 'community/connman')
-rw-r--r-- | community/connman/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD index e75c1a7a9..2434554df 100644 --- a/community/connman/PKGBUILD +++ b/community/connman/PKGBUILD @@ -1,10 +1,10 @@ -#$Id: PKGBUILD 96945 2013-09-09 02:20:31Z dwallace $ +#$Id: PKGBUILD 100369 2013-11-02 21:44:13Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Lucas De Marchi <lucas.de.marchi@gmail.com> pkgname=connman -pkgver=1.18 -pkgrel=2 +pkgver=1.19 +pkgrel=1 pkgdesc="Wireless LAN network manager" url="http://connman.net/" arch=('i686' 'x86_64' 'mips64el') @@ -15,10 +15,9 @@ optdepends=('bluez: Support for Bluetooth devices' 'wpa_supplicant: For WiFi devices' 'pptpclient: for ppp support') makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp') -options=('!libtool') source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'allow_group_network.diff') -md5sums=('cd696bf74512eb644cef6e983ba6c94f' +md5sums=('562181545fe04ec8442ab4774963154d' 'a8d22ee089fb0ed725130d16ad393047') prepare(){ |