From 71cbbd611b5088bde67b63d31c08ae2afd6b6275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 25 Oct 2020 18:07:31 +0700 Subject: [PATCH] pdfsandwich: stop breaking masterdir gawk will install /usr/bin/gawk which is provided by chroot-gawk. Thus, xbps-src will remove awk upon cleanup. --- srcpkgs/pdfsandwich/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pdfsandwich/template b/srcpkgs/pdfsandwich/template index e96cfc0811..67c1a011ba 100644 --- a/srcpkgs/pdfsandwich/template +++ b/srcpkgs/pdfsandwich/template @@ -1,9 +1,9 @@ # Template file for 'pdfsandwich' pkgname=pdfsandwich version=0.1.7 -revision=2 +revision=3 build_style=gnu-configure -hostmakedepends="gawk ocaml" +hostmakedepends="ocaml perl" makedepends="ocaml" depends="tesseract-ocr ImageMagick ghostscript poppler-utils unpaper" short_desc="CLI tool which is useful to add OCR to scanned books or journals"