summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Gaiarin2021-07-04 18:17:31 +0200
committerSimone Gaiarin2021-07-04 18:18:52 +0200
commitacb925d24526840eab29a8bdb4e75f081fdea2bd (patch)
tree78e66998e2b8a08222648c66c6c9c938aa1df665
parent2296856f344ca6416fbae056e57bfe0c7fd6a8d3 (diff)
downloadaur-acb925d24526840eab29a8bdb4e75f081fdea2bd.tar.gz
Add missing dependencies
-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')