summaryrefslogtreecommitdiff
path: root/community/lshw
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-05 02:18:51 -0800
committerroot <root@rshg054.dnsready.net>2012-12-05 02:18:51 -0800
commit947a049195183934ba5dffc131f9512fe253f4db (patch)
tree7b3e9b118d4389fdaf66b54a977cdece5cdc7a4c /community/lshw
parent8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff)
Wed Dec 5 02:17:39 PST 2012
Diffstat (limited to 'community/lshw')
-rw-r--r--community/lshw/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
# Contributor: Chuck Yang <Chuck.Yang@gmail.com>
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
}