diff options
-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 |