summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fb089c8b3a8..b10a7b259d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = pdftoceditor
pkgdesc = Update the table of content of a PDF using a simple text file format.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simgunz/pdftoceditor
arch = any
license = MIT
depends = pdftk
+ depends = python-docopt
+ depends = java-commons-lang
source = https://github.com/simgunz/pdftoceditor/archive/1.0.tar.gz
md5sums = 5f6fb201dcfab935eebde502db585ca3
diff --git a/PKGBUILD b/PKGBUILD
index 6a9589edde1d..beb22eb0755f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Simone Gaiarin <simgunz@gmail.com>
pkgname=pdftoceditor
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Update the table of content of a PDF using a simple text file format."
arch=('any')
url="https://github.com/simgunz/pdftoceditor"
license=('MIT')
-depends=('pdftk')
+depends=('pdftk' 'python-docopt' 'java-commons-lang')
source=("https://github.com/simgunz/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('5f6fb201dcfab935eebde502db585ca3')