diff options
Diffstat (limited to 'main/flashrom/APKBUILD')
-rw-r--r-- | main/flashrom/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/flashrom/APKBUILD b/main/flashrom/APKBUILD index 8fcfa16de3..fd69d43a9c 100644 --- a/main/flashrom/APKBUILD +++ b/main/flashrom/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Nathan Angelacos <nangel@alpinelinux.org> pkgname=flashrom pkgver=0.9.9 -pkgrel=0 +pkgrel=1 pkgdesc="A utility for identifying, reading, writing, verifying and erasing flash chips" url="http://www.flashrom.org/Flashrom" arch="all" license="GPL" depends=dmidecode -makedepends="pciutils-dev libusb-compat-dev" +makedepends="pciutils-dev libusb-compat-dev linux-headers" subpackages="$pkgname-doc" install="$pkgname.post-install" source="http://download.flashrom.org/releases/flashrom-$pkgver.tar.bz2" |