[arch-commits] CVS update of arch/build/daemons/acpid (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jul 2 19:46:33 UTC 2007


    Date: Monday, July 2, 2007 @ 15:46:33
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/daemons/acpid

Modified: PKGBUILD (1.4 -> 1.5)

updatepkg 1.0.6


----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


Index: arch/build/daemons/acpid/PKGBUILD
diff -u arch/build/daemons/acpid/PKGBUILD:1.4 arch/build/daemons/acpid/PKGBUILD:1.5
--- arch/build/daemons/acpid/PKGBUILD:1.4	Mon May 15 11:47:22 2006
+++ arch/build/daemons/acpid/PKGBUILD	Mon Jul  2 15:46:33 2007
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD,v 1.4 2006/05/15 15:47:22 uid1016 Exp $
+# $Id: PKGBUILD,v 1.5 2007/07/02 19:46:33 andyrtr Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Manolis Tzanidakis
 pkgname=acpid
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="Utilities for using ACPI power management"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://acpid.sourceforge.net"
 depends=(glibc)
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-	acpid-1.0.4-gcc4.patch
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 	acpid
 	anything
 	handler.sh)
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
-md5sums=(3aff94e92186e99ed5fd6dcee2db7c74 faf93dd3ae4cc7973d7375beea0738a3
-	 15903690f1bae4b3b0625b369de65521 2d37b98d6e74bab815604b8b48c6cfd4
-	 7c304427e87e9551b885af223eb39be6)
+md5sums=('5c9b705700df51d232be223b6ab6414d'
+         '15903690f1bae4b3b0625b369de65521'
+         '2d37b98d6e74bab815604b8b48c6cfd4'
+         '7c304427e87e9551b885af223eb39be6')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ${startdir}/src/acpid-1.0.4-gcc4.patch || return 1
   /usr/bin/make || return 1
   /bin/install -d -m0755 $startdir/pkg/usr/bin
   /usr/bin/make INSTPREFIX=$startdir/pkg \




More information about the arch-commits mailing list