diff options
-rw-r--r-- | community/lshw/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lshw/APKBUILD b/community/lshw/APKBUILD index fd4d5b71a6..74d2c65161 100644 --- a/community/lshw/APKBUILD +++ b/community/lshw/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Paul Kilar <pkilar@gmail.com> pkgname=lshw pkgver='02.17' -pkgrel=1 +pkgrel=2 pkgdesc="Hardware Lister" url="http://ezix.org/project/wiki/HardwareLiSter" arch="all" license="GPL3+" depends="" depends_dev="" -makedepends="sqlite-dev" +makedepends="sqlite-dev linux-headers" install="" subpackages="$pkgname-doc $pkgname-lang" source="http://ezix.org/software/files/lshw-B.$pkgver.tar.gz |