[arch-commits] Commit in acpid/repos (extra-i686 extra-i686/PKGBUILD extra-i686/acpid)

Thayer Williams thayer at archlinux.org
Thu Jan 28 19:48:02 UTC 2010


    Date: Thursday, January 28, 2010 @ 14:48:01
  Author: thayer
Revision: 65397

Merged revisions 65396 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/acpid/trunk

........
  r65396 | thayer | 2010-01-28 11:47:30 -0800 (Thu, 28 Jan 2010) | 2 lines
  
  upgpkg: acpid 1.0.10-3
      fixed conf source line in acpid
........

Modified:
  acpid/repos/extra-i686/	(properties)
  acpid/repos/extra-i686/PKGBUILD
  acpid/repos/extra-i686/acpid

----------+
 PKGBUILD |   12 ++++++------
 acpid    |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


Property changes on: acpid/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /acpid/trunk:1-65394
   + /acpid/trunk:1-65396

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2010-01-28 19:47:30 UTC (rev 65396)
+++ extra-i686/PKGBUILD	2010-01-28 19:48:01 UTC (rev 65397)
@@ -5,7 +5,7 @@
 
 pkgname=acpid
 pkgver=1.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A daemon for delivering ACPI power management events"
 arch=('i686' 'x86_64')
 url="http://acpid.sourceforge.net"
@@ -17,11 +17,6 @@
     anything
     handler.sh)
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything' 'etc/conf.d/acpid')
-md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
-         'f9af358de5c6191648f6c9ee3cba6cbc'
-         '91fdb3709c878eed757d192a420251a1'
-         '2d37b98d6e74bab815604b8b48c6cfd4'
-         '0e8dd13793b1baa79a745f4034888367')
 
 build() {
     cd $srcdir/$pkgname-$pkgver
@@ -40,3 +35,8 @@
     /bin/chmod 755 $pkgdir/usr/sbin/acpid || return 1
 }
 
+md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
+         'd9ca7f71f520238a0448fab105a23fe9'
+         '91fdb3709c878eed757d192a420251a1'
+         '2d37b98d6e74bab815604b8b48c6cfd4'
+         '0e8dd13793b1baa79a745f4034888367')

Modified: extra-i686/acpid
===================================================================
--- extra-i686/acpid	2010-01-28 19:47:30 UTC (rev 65396)
+++ extra-i686/acpid	2010-01-28 19:48:01 UTC (rev 65397)
@@ -3,7 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-[ -f /etc/conf.d/acpid ] && /etc/conf.d/acpid
+[ -f /etc/conf.d/acpid ] && . /etc/conf.d/acpid
 
 PID=`pidof -o %PPID /usr/sbin/acpid`
 case "$1" in




More information about the arch-commits mailing list