summaryrefslogtreecommitdiff
path: root/community/lshw
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-05 09:35:40 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-05 09:35:40 -0300
commit2e27d8d9808d5d65c1d6f39b629fbe956b294697 (patch)
tree8811c7a4e5b81100d1f0542367ae623356038ae8 /community/lshw
parente4110059fee6ff87ee66fe88c17b47848b9bf49d (diff)
parent947a049195183934ba5dffc131f9512fe253f4db (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/lshw/PKGBUILD extra/ardour/PKGBUILD
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 a3f60dde8..2ae65f146 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' 'mips64el')
-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
}