diff options
author | root <root@rshg054.dnsready.net> | 2013-08-27 01:57:50 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-27 01:57:50 -0700 |
commit | 5ea071a53492ec9512f8d08a8b8ff8e08499209d (patch) | |
tree | c6d2f5880dfa0fd1c5e0ea7e4cd9441389ae94f5 /community/lshw/PKGBUILD | |
parent | 1d0d7aa1e250616385bce94b4d23f53b3d7b29e2 (diff) |
Tue Aug 27 01:56:38 PDT 2013
Diffstat (limited to 'community/lshw/PKGBUILD')
-rw-r--r-- | community/lshw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 46563504b..5ef5ecc34 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91516 2013-05-23 11:14:32Z spupykin $ +# $Id: PKGBUILD 96350 2013-08-26 09:20:36Z 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=5 +pkgver=B.02.17 +pkgrel=1 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license=('GPL') @@ -14,7 +14,7 @@ depends=('gcc-libs' 'hwids') optdepends=('gtk2') makedepends=('gcc' 'gtk2' 'sqlite') source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz) -md5sums=('67479167add605e8f001097c30e96d0d') +md5sums=('a5feb796cb302850eaf5b4530888e3ed') build() { cd $srcdir/$pkgname-$pkgver |