summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10e9475263c8..8b4e320b8faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pdfbeads
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A small utility written in Ruby which takes scanned page images and converts them into a single PDF file"
arch=('any')
url='https://github.com/akryukov/pdfbeads'
@@ -23,6 +23,7 @@ depends=(
optdepends=(
'jbig2enc: for better JPEG2000 compression'
+'ruby-iconv'
)
source=("https://rubygems.org/downloads/$pkgname-$pkgver.gem")