diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 09:58:48 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 09:58:48 +0200 |
commit | c5636977edc8bc9579d49880d63729d094b97390 (patch) | |
tree | 7065420a64d283d37c0b40b547bc3d536cd09696 | |
parent | f9a3ce06086d202e42470b85f1613ff15401bc40 (diff) | |
download | archlinuxewe-c5636977edc8bc9579d49880d63729d094b97390.tar.xz |
dcron: rebuild
-rw-r--r-- | dcron/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dcron/PKGBUILD b/dcron/PKGBUILD index 8c9deb58e..78a4840fc 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") |