summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2018-06-19 11:32:45 +0200
committerzoe2018-06-19 11:32:45 +0200
commit7eadcb4deefbe13563ea0fff61d617de605d0a43 (patch)
treea3384d7431bb68a62da6d129656a816c29c96f34 /PKGBUILD
parent51aeeb6a4da7b07e8d8210a3991b518de27efa4d (diff)
downloadaur-pdf-remove-blank-pages.tar.gz
Improved bash script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e60a07218cab..4f9be5d3ab8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pdf-remove-blank-pages
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Automatically remove blank pages from pdf. For text-pdf only, not for images-pdf (removes pages with no text in it)"
arch=(any)
url="https://repolinux.wordpress.com/2012/04/05/automatically-remove-blank-pages-from-pdf/"
license=("GPLv3+")
depends=('python' 'bash' 'pdftk' 'poppler' 'gawk')
source=("non-blank-page-ranges.py" "pdf-remove-blank-pages.sh")
-md5sums=('1a9c76689a828c18b1263ef11c3ee990' '0e4c76df31ae13d6b3f3b2aca3556ed8')
+md5sums=('1a9c76689a828c18b1263ef11c3ee990' '24814509b89239a4c270d57a1ff35304')
package() {