From 4eb48259ea47067f52772e7cbf3d7345c3bf988c Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Tue, 29 Sep 2020 20:46:08 +0200 Subject: community/pdfgrep: prevent crash if LANG is not set explicitly --- community/pdfgrep/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'community/pdfgrep/APKBUILD') diff --git a/community/pdfgrep/APKBUILD b/community/pdfgrep/APKBUILD index 16c09427e1c..b8de6666242 100644 --- a/community/pdfgrep/APKBUILD +++ b/community/pdfgrep/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: André Klitzing pkgname=pdfgrep pkgver=2.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="Commandline utility to search text in PDF files" url="https://pdfgrep.org/" arch="all" @@ -13,7 +13,8 @@ checkdepends="dejagnu texlive" subpackages="$pkgname-doc $pkgname-zsh-completion:zshcomp:noarch $pkgname-bash-completion:bashcomp:noarch" -source="https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz" +source="https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz + no-locale.patch" options="!check" # multiple failures builddir="$srcdir/$pkgname-$pkgver" @@ -56,4 +57,5 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions } -sha512sums="27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c pdfgrep-2.1.2.tar.gz" +sha512sums="27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c pdfgrep-2.1.2.tar.gz +0908a622202e7955d529befbbb87e2c521693e150bd3911ea459ce0f870ddea737afd0504a60038c3f2c71630fdb92d64e6401ae6e70e756583fb99c18aedb64 no-locale.patch" -- cgit v1.2.3