summaryrefslogtreecommitdiff
path: root/dcron
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 09:58:48 +0200
committerErich Eckner <git@eckner.net>2020-06-05 09:58:48 +0200
commitc5636977edc8bc9579d49880d63729d094b97390 (patch)
tree7065420a64d283d37c0b40b547bc3d536cd09696 /dcron
parentf9a3ce06086d202e42470b85f1613ff15401bc40 (diff)
downloadarchlinuxewe.git.save-c5636977edc8bc9579d49880d63729d094b97390.tar.xz
dcron: rebuild
Diffstat (limited to 'dcron')
-rw-r--r--dcron/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/dcron/PKGBUILD b/dcron/PKGBUILD
index 8c9deb58..78a4840f 100644
--- a/dcron/PKGBUILD
+++ b/dcron/PKGBUILD
@@ -5,13 +5,16 @@
pkgname="dcron"
pkgver="4.5"
-pkgrel="8"
+pkgrel=9
pkgdesc="dillon's lightweight cron daemon"
arch=("i686" "pentium4" "x86_64" "armv6h" "armv7h")
license=("GPL")
url="http://www.jimpryor.net/linux/dcron.html"
backup=("var/spool/cron/root" "etc/conf.d/crond")
-depends=("bash")
+_pinned_dependencies=(
+ 'glibc>=2.31'
+)
+depends=('bash' "${_pinned_dependencies[@]}")
optdepends=("msmtp-mta: sending cron job output via email")
provides=("cron")
conflicts=("cron")