summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/build-tools/APKBUILD13
1 files changed, 11 insertions, 2 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD
index 7d622d56a..7924e4674 100644
--- a/system/build-tools/APKBUILD
+++ b/system/build-tools/APKBUILD
@@ -3,12 +3,21 @@
pkgname=build-tools
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Meta-package for user development utilities"
url="https://adelielinux.org/"
arch="noarch"
license="NCSA"
-depends="bash man-pages autoconf automake binutils flex gcc g++ libtool make patch linux-headers mawk bison cmake git git-perl"
+depends="bash
+ man-pages
+ autoconf automake libtool
+ binutils gcc g++
+ cmake make
+ diffutils patch
+ linux-headers
+ mawk bison flex sed
+ git git-perl
+ bzip2 gzip xz"
makedepends=""
options="!check"
source=""