diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:53 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:53 +0200 |
commit | f80f5e85df3b05ff98a9c2ad1f20075f0397c1c0 (patch) | |
tree | 471d77ef1fe4f29757dce62a1972bd14f0be64b0 | |
parent | 0bcbf0fff9283c792fe29dfe1e25914084e1e9a1 (diff) | |
download | aports-f80f5e85df3b05ff98a9c2ad1f20075f0397c1c0.tar.bz2 aports-f80f5e85df3b05ff98a9c2ad1f20075f0397c1c0.tar.xz |
main/mt-st: add linux-headers to makedeps
-rw-r--r-- | main/mt-st/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/mt-st/APKBUILD b/main/mt-st/APKBUILD index d675dcb6d2..e84367d687 100644 --- a/main/mt-st/APKBUILD +++ b/main/mt-st/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=mt-st pkgver=1.1 -pkgrel=3 +pkgrel=4 pkgdesc="Linux SCSI tape driver aware magnetic tape control" url="http://www.ibiblio.org/pub/linux/system/backup/" arch="all" license="GPL2" depends= -makedepends= +makedepends='linux-headers' install= subpackages="$pkgname-doc" source="http://www.ibiblio.org/pub/linux/system/backup/$pkgname-$pkgver.tar.gz |