summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")