aboutsummaryrefslogtreecommitdiffstats
path: root/main/build-base/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/build-base/APKBUILD')
-rw-r--r--main/build-base/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD
index 01b89d94c2..a2ea32ebeb 100644
--- a/main/build-base/APKBUILD
+++ b/main/build-base/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.5
-pkgrel=1
+pkgrel=2
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
depends="binutils file gcc g++ make libc-dev fortify-headers"
@@ -12,7 +12,7 @@ if [ "$CHOST" != "$CTARGET" ]; then
fi
arch="noarch"
license=none
-options="!check"
+options="!check toolchain"
build() {
: