diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/pciutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pciutils/APKBUILD b/main/pciutils/APKBUILD index 45483a766c..521ec7cb9c 100644 --- a/main/pciutils/APKBUILD +++ b/main/pciutils/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=pciutils pkgver=3.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" url="http://mj.ucw.cz/pciutils.html" arch="all" license="GPL" depends="hwdata-pci" -makedepends= +makedepends="linux-headers" install= subpackages="$pkgname-doc $pkgname-dev $pkgname-libs" source="http://www.kernel.org/pub/software/utils/$pkgname/$pkgname-$pkgver.tar.gz |