summaryrefslogtreecommitdiff
path: root/system/adelie-base
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-02-23 18:06:30 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-02-23 18:06:30 +0000
commitd0720f7a18b417483c5f81e19b37c30791dba6c3 (patch)
tree48a40608be74e37e923d66142daa67dfe43a7e8c /system/adelie-base
parent45e7d514d268115d6c1e0075d0d5884da65379c5 (diff)
downloadpackages-d0720f7a18b417483c5f81e19b37c30791dba6c3.tar.gz
packages-d0720f7a18b417483c5f81e19b37c30791dba6c3.tar.bz2
packages-d0720f7a18b417483c5f81e19b37c30791dba6c3.tar.xz
packages-d0720f7a18b417483c5f81e19b37c30791dba6c3.zip
system/adelie-base: add POSIX tools
Diffstat (limited to 'system/adelie-base')
-rw-r--r--system/adelie-base/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD
index 4cda8968f..4954aa8f8 100644
--- a/system/adelie-base/APKBUILD
+++ b/system/adelie-base/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=adelie-base
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="The Adélie Linux Base System"
url="https://www.adelielinux.org/"
arch="noarch"
@@ -71,8 +71,8 @@ doc() {
posix() {
# We pull in vim for /usr/bin/ex, until apk has an alternatives system
- depends="adelie-base at bc cflow ed fcron heirloom-devtools
- heirloom-pax mailx mawk vim"
+ depends="adelie-base at bc cflow cxref ed fcron heirloom-devtools
+ heirloom-pax mailx mawk uucp vim"
pkgdesc="$pkgdesc - Additional POSIX tools"
mkdir -p "$subpkgdir"
return 0