summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpat-s2019-10-07 10:45:53 +0200
committerpat-s2019-10-07 10:45:53 +0200
commit9446512da1eeb1bc637e3be2d85c3d9f6d57f6cf (patch)
tree344918a2000d765652742ea88d39db6fd648b091 /PKGBUILD
parent2e9b44d8b648e5ea928f4d07932ae3bac9780248 (diff)
downloadaur-9446512da1eeb1bc637e3be2d85c3d9f6d57f6cf.tar.gz
use pdftk instead of pdftk-bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526bf451bbd1..8a49631eedde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='A fancy PDF presentation program (previously known as KeyJNote)'
arch=('any')
url='http://impressive.sourceforge.net'
license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript' 'pdftk-bin')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript' 'pdftk')
optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF documents'
'mplayer: for sound and video playback')
source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)