diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-12-12 02:48:46 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-12-12 02:48:46 -0600 |
commit | 0f21c80eff374686eb79986f6b6f87cdf107b834 (patch) | |
tree | 933b12f3db5a63ded19df18a5ae6b9f237f8fed7 /system | |
parent | 4553cb7175055196ec19bed193603b3bacbe6139 (diff) | |
download | packages-0f21c80eff374686eb79986f6b6f87cdf107b834.tar.gz packages-0f21c80eff374686eb79986f6b6f87cdf107b834.tar.bz2 packages-0f21c80eff374686eb79986f6b6f87cdf107b834.tar.xz packages-0f21c80eff374686eb79986f6b6f87cdf107b834.zip |
system/adelie-base: fcron requires us so remove; add debianutils
Diffstat (limited to 'system')
-rw-r--r-- | system/adelie-base/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index 766b77863..e887c40b3 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -3,7 +3,7 @@ pkgname=adelie-base pkgver=0.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" @@ -13,7 +13,7 @@ depends="apk-tools shadow zsh bash binutils coreutils diffutils findutils sharutils util-linux net-tools kbd - sysklogd at fcron + sysklogd at debianutils mailx man-db patch sed bc vim psmisc less" makedepends="" install="" |