aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdfgrep
diff options
context:
space:
mode:
Diffstat (limited to 'community/pdfgrep')
-rw-r--r--community/pdfgrep/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/pdfgrep/APKBUILD b/community/pdfgrep/APKBUILD
index 80d8c21f4be..3c95b9d6722 100644
--- a/community/pdfgrep/APKBUILD
+++ b/community/pdfgrep/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=pdfgrep
pkgver=2.1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Commandline utility to search text in PDF files"
url="https://pdfgrep.org/"
arch="all"
@@ -14,6 +14,7 @@ subpackages="$pkgname-doc
$pkgname-zsh-completion:zshcomp:noarch
$pkgname-bash-completion:bashcomp:noarch"
source="https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz"
+options="!check" # multiple failures
builddir="$srcdir/$pkgname-$pkgver"
build() {