From b668331b3aab9ffdf1c5dcc735430a0208baffe7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 7 Jun 2018 14:46:35 +0000 Subject: main/alpine-sdk: remove dependencies to create iso image remove the toosl to create iso image. those are only needed while doing releases and can be temporary installed at that time. --- main/alpine-sdk/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/alpine-sdk/APKBUILD b/main/alpine-sdk/APKBUILD index 85972236ce..6329686c42 100644 --- a/main/alpine-sdk/APKBUILD +++ b/main/alpine-sdk/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa pkgname=alpine-sdk -pkgver=0.5 +pkgver=1.0 pkgrel=0 url=http://dev.alpinelinux.org/cgit pkgdesc="Alpine Software Development Kit meta package" -depends="abuild build-base git squashfs-tools xorriso acct mkinitfs mtools" +depends="abuild build-base git" arch="noarch" license="GPL-2.0" -- cgit v1.2.3