cronie: update to 1.5.1.
This commit is contained in:
parent
225f4ad416
commit
e8060fb684
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.5.0
|
||||
revision=4
|
||||
version=1.5.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam
|
||||
--enable-anacron --enable-pie --enable-relro"
|
||||
|
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://fedorahosted.org/cronie/"
|
||||
license="BSD"
|
||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||
checksum=9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f
|
||||
checksum=6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" musl-obstack" ;;
|
||||
|
@ -62,8 +62,8 @@ post_install() {
|
|||
vlicense COPYING
|
||||
|
||||
# Fix conflicts with other packages
|
||||
mv ${DESTDIR}/usr/bin/crond ${DESTDIR}/usr/bin/cronie-crond
|
||||
mv ${DESTDIR}/usr/bin/crontab ${DESTDIR}/usr/bin/cronie-crontab
|
||||
mv ${DESTDIR}/usr/share/man/man1/crontab.1 ${DESTDIR}/usr/share/man/man1/cronie-crontab.1
|
||||
mv ${DESTDIR}/usr/share/man/man8/crond.8 ${DESTDIR}/usr/share/man/man8/cronie-crond.8
|
||||
mv ${DESTDIR}/usr/bin/{crond,cronie-crond}
|
||||
mv ${DESTDIR}/usr/bin/{crontab,cronie-crontab}
|
||||
mv ${DESTDIR}/usr/share/man/man1/{crontab.1,cronie-crontab.1}
|
||||
mv ${DESTDIR}/usr/share/man/man8/{crond.8,cronie-crond.8}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue