diff options
-rw-r--r-- | testing/qpdf/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/qpdf/APKBUILD b/testing/qpdf/APKBUILD index 277a408505..58119fbd04 100644 --- a/testing/qpdf/APKBUILD +++ b/testing/qpdf/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qpdf pkgver=4.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Command-line tools and library for transforming PDF files" url="http://qpdf.sourceforge.net/" arch="all" license="Artistic 2.0" -depends="" +# fix-qpdf is a perl script +depends="perl" depends_dev="pcre-dev zlib-dev" makedepends="$depends_dev bash" install="" |