summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimone Gaiarin2021-07-04 18:17:31 +0200
committerSimone Gaiarin2021-07-04 18:18:52 +0200
commitacb925d24526840eab29a8bdb4e75f081fdea2bd (patch)
tree78e66998e2b8a08222648c66c6c9c938aa1df665 /PKGBUILD
parent2296856f344ca6416fbae056e57bfe0c7fd6a8d3 (diff)
downloadaur-pdftoceditor.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')