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

Thayer Williams thayer at archlinux.org
Sun Dec 7 18:18:52 UTC 2008


    Date: Sunday, December 7, 2008 @ 13:18:52
  Author: thayer
Revision: 20923

upgpkg: hwd 5.4-1
    upstream release, now xorg 1.5 compatibile

Modified:
  hwd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-07 11:17:30 UTC (rev 20922)
+++ PKGBUILD	2008-12-07 18:18:52 UTC (rev 20923)
@@ -4,19 +4,18 @@
 # Maintainer: Thayer Williams <thayer at archlinux.org>
 
 pkgname=hwd
-pkgver=5.3.4
-pkgrel=2
-pkgdesc="Hardware detect for Arch Linux (devfs and udev)."
+pkgver=5.4
+pkgrel=1
+pkgdesc="Hardware detect and xorg.conf generator for Arch Linux"
+arch=('i686' 'x86_64')
 url="http://user-contributions.org/projects/hwd/hwd.html"
 license=('GPL')
-arch=('i686' 'x86_64')
 depends=('bash' 'pciutils' 'usbutils' 'ddcxinfo-arch' 'wget')
 install=hwd.install
 source=(http://user-contributions.org/projects/hwd/src/$pkgname-$pkgver.bin.tar.gz)
-md5sums=('002cfb6de516442203073084b6c1a7f9')
+md5sums=('dd0b84fb3f29808206a54c94831bc970')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   cp -R $srcdir/$pkgname-$pkgver/{etc,usr} $pkgdir/ || return 1
 }
-




More information about the arch-commits mailing list