cronie: revbump to build new xbps vpkg files.
This commit is contained in:
parent
622dd009b8
commit
3a0915722c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.11
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam
|
||||
--disable-anacron --localstatedir=/var --enable-pie --enable-relro"
|
||||
|
@ -17,7 +17,7 @@ make_dirs="
|
|||
/var/spool/cron 0755 root root"
|
||||
conf_files="/etc/crontab /etc/pam.d/crond /etc/cron.deny"
|
||||
replaces="cron-daemon>=0"
|
||||
provides="cron-daemon-0"
|
||||
provides="cron-daemon-0_1"
|
||||
systemd_services="cronie.service on"
|
||||
short_desc="Runs specified programs at scheduled times"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue