[arch-commits] Commit in networkmanager/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Nov 10 10:21:54 UTC 2011


    Date: Thursday, November 10, 2011 @ 05:21:54
  Author: ibiru
Revision: 142464

update to 0.9.2 
add openresolv support

Modified:
  networkmanager/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-10 09:53:19 UTC (rev 142463)
+++ PKGBUILD	2011-11-10 10:21:54 UTC (rev 142464)
@@ -6,7 +6,7 @@
 # Contributor: Valentine Sinitsyn <e_val at inbox.ru>
 
 pkgname=networkmanager
-pkgver=0.9.1.95
+pkgver=0.9.2.0
 pkgrel=1
 pkgdesc="Network Management daemon"
 arch=('i686' 'x86_64')
@@ -18,13 +18,14 @@
             'dhclient: alternative DHCP/DHCPv6 client'
             'iptables: Connection sharing'
             'dnsmasq: Connection sharing'
-            'bluez: Bluetooth support')
+            'bluez: Bluetooth support'
+            'openresolv: openresolv support')
 options=('!libtool')
 backup=('etc/NetworkManager/NetworkManager.conf')
 install=networkmanager.install
 source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/0.9/NetworkManager-${pkgver}.tar.xz
         NetworkManager.conf disable_set_hostname.patch)
-sha256sums=('4702c25324fc6c0e860a9be9860b898ce444333d084b0d5b86b069bbd5fee468'
+sha256sums=('437af9132a6fe1ff603cd981c0cfaa4557592b34782f9705e708d61365226ddf'
             '44b048804c7c0b8b3b0c29b8632b6ad613c397d0a1635ec918e10c0fbcdadf21'
             '25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460')
 
@@ -44,6 +45,7 @@
     --with-dhcpcd=/sbin/dhcpcd \
     --with-iptables=/usr/sbin/iptables \
     --with-systemdsystemunitdir=/lib/systemd/system \
+    --with-resolvconf=/usr/sbin/resolvconf \
     --disable-static \
     --enable-more-warnings=no \
     --disable-wimax




More information about the arch-commits mailing list