diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-02 09:11:00 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-02 09:33:07 +0000 |
commit | e02856e93770e744da5d6a99ac6be53ffb3a3939 (patch) | |
tree | 3003ea9a1b6e6aa444cddb5bc313485983b5cc34 /community/pdfgrep | |
parent | e47d013333d59e95c61ca9bd505518b5c32b7a90 (diff) | |
download | aports-e02856e93770e744da5d6a99ac6be53ffb3a3939.tar.bz2 aports-e02856e93770e744da5d6a99ac6be53ffb3a3939.tar.xz |
community/pdfgrep: rebuild against poppler-0.54.0
Diffstat (limited to 'community/pdfgrep')
-rw-r--r-- | community/pdfgrep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdfgrep/APKBUILD b/community/pdfgrep/APKBUILD index 4df7c1ab8a..b6af4abc1c 100644 --- a/community/pdfgrep/APKBUILD +++ b/community/pdfgrep/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=pdfgrep pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Commandline utility to search text in PDF files" url="https://pdfgrep.org/" arch="all" |