summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa6ea5b0280..fc9ecda11f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dpsprep-git
url = https://github.com/kcroker/dpsprep
arch = any
license = GPL3
- depends = git
+ makedepends = git
depends = python2
depends = python2-sexpdata
depends = python2-argparse
diff --git a/PKGBUILD b/PKGBUILD
index b656883da870..412493bfccac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Python DJVU to PDF converter which preserves OCR text and bookmark meta
url='https://github.com/kcroker/dpsprep'
arch=('any')
license=('GPL3')
-depends=('git' 'python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk-bin' 'ruby-iconv')
+makedepends=('git')
+depends=('python2' 'python2-sexpdata' 'python2-argparse' 'djvulibre' 'ocrodjvu' 'pdfbeads' 'pdftk-bin' 'ruby-iconv')
source=('git+git://github.com/kcroker/dpsprep.git')
md5sums=('SKIP')