diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-07-05 09:57:58 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-07-05 09:57:58 +0000 |
commit | 93fab6eb95e50c1ebb9d4e7359e382149d9f5a71 (patch) | |
tree | 74689be199556ba99dd928d20da6de519a013289 /community/lshw | |
parent | b7fe97070a08fd6ce1a9012bcc6c2834ea309725 (diff) | |
download | aports-93fab6eb95e50c1ebb9d4e7359e382149d9f5a71.tar.bz2 aports-93fab6eb95e50c1ebb9d4e7359e382149d9f5a71.tar.xz |
community/lshw: needs linux-headers
Diffstat (limited to 'community/lshw')
-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 |