From 9d3eef48ecc0b48be94395a96435493454b7cb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 23 Jun 2020 15:38:58 +0200 Subject: [PATCH] brother-dcp197c-lpr: use bsdtar, xlintify --- srcpkgs/brother-dcp197c-lpr/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/brother-dcp197c-lpr/template b/srcpkgs/brother-dcp197c-lpr/template index 80fe2a58dc7..699e3d5445f 100644 --- a/srcpkgs/brother-dcp197c-lpr/template +++ b/srcpkgs/brother-dcp197c-lpr/template @@ -2,15 +2,15 @@ pkgname=brother-dcp197c-lpr version=1.1.3 revision=6 -maintainer="Carlo Dormeletti " -homepage="http://support.brother.com/g/b/index.aspx" -license="GPL-2" -short_desc="LPR driver for the brother DCP-197C printer/scanner" -distfiles="http://download.brother.com/welcome/dlf005403/dcp197clpr-${version}-1.i386.deb" -checksum="e6427ae596f0f65ca2d39167fe42a4a79c0b254b1f16bd282a2b245db56f4ea1" archs="i686 x86_64" create_wrksrc=yes depends="a2ps ghostscript" +short_desc="LPR driver for the brother DCP-197C printer/scanner" +maintainer="Carlo Dormeletti " +license="GPL-2.0-only" +homepage="http://support.brother.com/g/b/index.aspx" +distfiles="http://download.brother.com/welcome/dlf005403/dcp197clpr-${version}-1.i386.deb" +checksum="e6427ae596f0f65ca2d39167fe42a4a79c0b254b1f16bd282a2b245db56f4ea1" mutable_files="/opt/brother/Printers/dcp197c/inf/brdcp197crc" nopie=yes @@ -24,5 +24,5 @@ do_extract() { do_install() { mkdir -p ${DESTDIR} - tar xzpvf data.tar.gz -C ${DESTDIR} + bsdtar xzpvf data.tar.gz -C ${DESTDIR} }