summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-10 16:34:05 +0500
committerDmitry Kharitonov2015-07-10 16:34:05 +0500
commit9edb723d10d058f0ad99eff2bf53a0431d3b335e (patch)
tree2ff59cbc9e7cb83017bc24bb54ee0e519a6868fc /PKGBUILD
parentc31a6b33a2431c34de6c2468437b20a8d2bccd7f (diff)
downloadaur-9edb723d10d058f0ad99eff2bf53a0431d3b335e.tar.gz
Add ruby-iconv dependency; update license to GPL3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62efd56f627b..425385b83125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="Python DJVU to PDF converter which preserves OCR text and bookmark metadata (e.g. TOC)"
url='https://github.com/kcroker/dpsprep'
arch=('i686' 'x86_64')
-license=('GPL')
-depends=('git' 'python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk-bin')
+license=('GPL3')
+depends=('git' 'python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk-bin' 'ruby-iconv')
source=('git+git://github.com/kcroker/dpsprep.git')
md5sums=('SKIP')