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

Ionut Biru ibiru at archlinux.org
Thu Nov 4 21:31:12 UTC 2010


    Date: Thursday, November 4, 2010 @ 17:31:12
  Author: ibiru
Revision: 98218

upgpkg: pm-utils 1.4.1-1
update to 1.4.1 and remove hook for networkmanager. 0.8.2 has native udev suspend/resume support

Modified:
  pm-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-04 21:22:49 UTC (rev 98217)
+++ PKGBUILD	2010-11-04 21:31:12 UTC (rev 98218)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=pm-utils
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Utilities and scripts for suspend and hibernate power management"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
 source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
         11netcfg)
-md5sums=('132005cf1d33e33802eb78121a6ceb22'
+md5sums=('1742a556089c36c3a89eb1b957da5a60'
          '9839687c8787d99fd4ff36aa3238c27b')
 
 build() {
@@ -28,4 +28,6 @@
 
   # install additional hooks
   install -m755 "${srcdir}/11netcfg" "${pkgdir}/usr/lib/pm-utils/sleep.d/"
+  # nm >=0.8.2 has native udev suspend/resume support
+  rm -f "${pkgdir}/usr/lib/pm-utils/sleep.d/55NetworkManager"
 }




More information about the arch-commits mailing list