summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-10 16:34:05 +0500
committerDmitry Kharitonov2015-07-10 16:34:05 +0500
commit9edb723d10d058f0ad99eff2bf53a0431d3b335e (patch)
tree2ff59cbc9e7cb83017bc24bb54ee0e519a6868fc
parentc31a6b33a2431c34de6c2468437b20a8d2bccd7f (diff)
downloadaur-9edb723d10d058f0ad99eff2bf53a0431d3b335e.tar.gz
Add ruby-iconv dependency; update license to GPL3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc4aa7ced81..fc3dfda86ce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dpsprep-git
url = https://github.com/kcroker/dpsprep
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
depends = git
depends = python2
depends = python2-sexpdata
@@ -14,6 +14,7 @@ pkgbase = dpsprep-git
depends = ocrodjvu
depends = pdfbeads
depends = pdftk-bin
+ depends = ruby-iconv
source = git+git://github.com/kcroker/dpsprep.git
md5sums = SKIP
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')