aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d45905de6e..01b89d94c2 100644
--- a/main/build-base/APKBUILD
+++ b/main/build-base/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.5
-pkgrel=0
+pkgrel=1
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
-depends="binutils gcc g++ make libc-dev fortify-headers"
+depends="binutils file gcc g++ make libc-dev fortify-headers"
if [ "$CHOST" != "$CTARGET" ]; then
pkgname="$pkgname-$CTARGET_ARCH"
pkgdesc="$pkgdesc ($CTARGET_ARCH)"