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

Thayer Williams thayer at archlinux.org
Thu Jan 28 19:47:30 UTC 2010


    Date: Thursday, January 28, 2010 @ 14:47:30
  Author: thayer
Revision: 65396

upgpkg: acpid 1.0.10-3
    fixed conf source line in acpid

Modified:
  acpid/trunk/PKGBUILD
  acpid/trunk/acpid

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-28 19:07:07 UTC (rev 65395)
+++ PKGBUILD	2010-01-28 19:47:30 UTC (rev 65396)
@@ -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: acpid
===================================================================
--- acpid	2010-01-28 19:07:07 UTC (rev 65395)
+++ acpid	2010-01-28 19:47:30 UTC (rev 65396)
@@ -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