diff options
Diffstat (limited to 'system/adelie-base/APKBUILD')
-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 373cd1f6b..f73e2a0d7 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.7.0 -pkgrel=2 +pkgrel=3 pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" @@ -14,7 +14,7 @@ _core_depends="apk-tools adelie-keys shadow sysklogd patch sed vim psmisc less" depends="adelie-core debianutils libarchive-tools file zsh binutils - console-setup sysklogd man-db" + console-setup sysklogd man-db tzdata" makedepends="" makedepends_host="$depends" install="" |