From 947a049195183934ba5dffc131f9512fe253f4db Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Dec 2012 02:18:51 -0800 Subject: Wed Dec 5 02:17:39 PST 2012 --- community/lshw/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/lshw') diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 2a42c84d2..9f7e91070 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 61963 2012-01-11 15:42:56Z spupykin $ +# $Id: PKGBUILD 80847 2012-12-04 12:38:54Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Stefano Zamprogno # Contributor: Chuck Yang pkgname=lshw pkgver=B.02.16 -pkgrel=1 +pkgrel=2 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license=('GPL') arch=('i686' 'x86_64') -depends=('gcc-libs') +depends=('gcc-libs' 'hwids') optdepends=('gtk2') -makedepends=('gcc' 'gtk2' 'sqlite3') +makedepends=('gcc' 'gtk2' 'sqlite') source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz) md5sums=('67479167add605e8f001097c30e96d0d') @@ -26,4 +26,5 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install make DESTDIR=$pkgdir/ install-gui + rm -f $pkgdir/usr/share/lshw/{pci,usb}.ids } -- cgit v1.2.3-54-g00ecf