summaryrefslogtreecommitdiff
path: root/system/fcron
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-09-10 14:41:23 -0500
committerMax Rees <maxcrees@me.com>2019-09-28 13:27:43 -0500
commit72863c501e3995abf8ce4f61d4b0e7f08b8bbf71 (patch)
treef915cc520c949e182a290544b5fdf04f54e4d7af /system/fcron
parent12fb37d5f3aee470b90c4ea04e369e288258ae5b (diff)
downloadpackages-72863c501e3995abf8ce4f61d4b0e7f08b8bbf71.tar.gz
packages-72863c501e3995abf8ce4f61d4b0e7f08b8bbf71.tar.bz2
packages-72863c501e3995abf8ce4f61d4b0e7f08b8bbf71.tar.xz
packages-72863c501e3995abf8ce4f61d4b0e7f08b8bbf71.zip
system/fcron: depends=vim
Diffstat (limited to 'system/fcron')
-rw-r--r--system/fcron/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fcron/APKBUILD b/system/fcron/APKBUILD
index 15f9c2713..6b2998814 100644
--- a/system/fcron/APKBUILD
+++ b/system/fcron/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=fcron
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="periodical command scheduler for systems not always up"
url="http://fcron.free.fr/"
pkgusers="fcron"
@@ -10,7 +10,7 @@ pkggroups="fcron"
arch="all"
options="suid !check" # No test suite.
license="GPL"
-depends="cmd:sendmail"
+depends="cmd:sendmail vim"
makedepends="perl"
install="fcron.pre-install"
subpackages="$pkgname-doc $pkgname-openrc"