From f9b91014b6870b27d76fff0557d5fcfa4d64f1cd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 30 Jan 2022 12:29:07 +0100 Subject: [PATCH] at: update to 3.2.4. --- srcpkgs/at/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/at/template b/srcpkgs/at/template index 772c4582b3..20239a92cc 100644 --- a/srcpkgs/at/template +++ b/srcpkgs/at/template @@ -1,6 +1,6 @@ # Template file for 'at' pkgname=at -version=3.2.2 +version=3.2.4 revision=1 build_style=gnu-configure configure_args="--with-jobdir=/var/spool/atd --with-atspool=/var/spool/atd @@ -14,7 +14,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="http://packages.qa.debian.org/a/at.html" distfiles="${DEBIAN_SITE}/main/a/${pkgname}/${pkgname}_${version}.orig.tar.gz" -checksum=2211da14914fde1f9cc83592838fb6385a32fb11fcecb7816c77700df6559088 +checksum=9f135ade9e847c279d2ec96d3b166aff41504c33e43077e9137733c127f026d3 disable_parallel_build=yes conf_files="/etc/at.deny" @@ -24,7 +24,7 @@ make_dirs="/var/spool/atd 1770 at at" do_install() { sed -i '/chown/d' Makefile - make install IROOT="$DESTDIR" docdir=/usr/share/doc + make install DESTDIR="$DESTDIR" docdir=/usr/share/doc vsv at rm -f ${DESTDIR}/var/spool/atd/.SEQ }