diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-11-22 17:14:58 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-11-22 17:14:58 -0600 |
commit | 3360712b49cd3f29b7012731d208cd04320b9ea8 (patch) | |
tree | 1768f8eacb2677b0bec80c166ba98f1fdad3c73b /system | |
parent | 486ab2f7d07a4c7c71c4381c1c21024c62c4ab68 (diff) | |
download | packages-3360712b49cd3f29b7012731d208cd04320b9ea8.tar.gz packages-3360712b49cd3f29b7012731d208cd04320b9ea8.tar.bz2 packages-3360712b49cd3f29b7012731d208cd04320b9ea8.tar.xz packages-3360712b49cd3f29b7012731d208cd04320b9ea8.zip |
knotifications, plasma-workspace: revbump for libdbusmenu-qt
Diffstat (limited to 'system')
-rw-r--r-- | system/build-tools/APKBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index 6b89b6a74..2df7bf5a8 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -3,22 +3,24 @@ pkgname=build-tools pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" license="NCSA" depends="bash - man-pages - autoconf automake libtool binutils gcc g++ - cmake make + make diffutils patch fortify-headers linux-headers mawk bison flex sed - git git-perl bzip2 gzip unzip xz abuild" +[ "${CBUILD}" != "${CHOST}" ] || depends="$depends + git git-perl + cmake + man-pages + autoconf automake libtool" makedepends="" options="!check" provides="build-base" |