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

Eric Bélanger eric at archlinux.org
Wed Dec 3 02:22:57 UTC 2008


    Date: Tuesday, December 2, 2008 @ 21:22:57
  Author: eric
Revision: 20370

upgpkg: acpid 1.0.8-1
    fixed license

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-03 02:03:14 UTC (rev 20369)
+++ PKGBUILD	2008-12-03 02:22:57 UTC (rev 20370)
@@ -7,19 +7,17 @@
 pkgver=1.0.8
 pkgrel=1
 pkgdesc="A daemon for delivering ACPI power management events"
-url="http://acpid.sourceforge.net"
-license=('GPL2')
 arch=('i686' 'x86_64')
+url="http://acpid.sourceforge.net"
+license=('GPL')
 depends=(glibc)
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
     acpid
     anything
     handler.sh)
+md5sums=('1d9c52fe2c0b51f8463f357c2a3d3ddb' '15903690f1bae4b3b0625b369de65521'\
+         '2d37b98d6e74bab815604b8b48c6cfd4' '0e8dd13793b1baa79a745f4034888367')
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
-md5sums=('1d9c52fe2c0b51f8463f357c2a3d3ddb'
-         '15903690f1bae4b3b0625b369de65521'
-         '2d37b98d6e74bab815604b8b48c6cfd4'
-         '0e8dd13793b1baa79a745f4034888367')
 
 build() {
     cd $srcdir/$pkgname-$pkgver




More information about the arch-commits mailing list