From 1260f9ed90371a2a42b46d0035c4be8d32c15242 Mon Sep 17 00:00:00 2001 From: triallax Date: Thu, 4 May 2023 20:14:47 +0300 Subject: [PATCH] cpio: update to 2.14. --- srcpkgs/cpio/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cpio/template b/srcpkgs/cpio/template index 8b4d56155fe8..d26c85531b36 100644 --- a/srcpkgs/cpio/template +++ b/srcpkgs/cpio/template @@ -1,19 +1,15 @@ # Template file for 'cpio' pkgname=cpio -version=2.13 +version=2.14 revision=1 build_style=gnu-configure configure_args="--with-rmt=/usr/bin/rmt" -hostmakedepends="automake gettext-devel tar" +hostmakedepends="gettext-devel tar" short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://www.gnu.org/software/cpio/" distfiles="${GNU_SITE}/cpio/cpio-${version}.tar.bz2" -checksum=eab5bdc5ae1df285c59f2a4f140a98fc33678a0bf61bdba67d9436ae26b46f6d +checksum=fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12 CFLAGS="-fcommon" - -pre_configure() { - autoreconf -if -}