summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpat-s2019-10-07 10:45:53 +0200
committerpat-s2019-10-07 10:45:53 +0200
commit9446512da1eeb1bc637e3be2d85c3d9f6d57f6cf (patch)
tree344918a2000d765652742ea88d39db6fd648b091
parent2e9b44d8b648e5ea928f4d07932ae3bac9780248 (diff)
downloadaur-9446512da1eeb1bc637e3be2d85c3d9f6d57f6cf.tar.gz
use pdftk instead of pdftk-bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c354db133aa1..c115622c978b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = impressive
depends = python2-opengl
depends = python2-pillow
depends = ghostscript
- depends = pdftk-bin
+ depends = pdftk
optdepends = xdg-utils: for starting web or e-mail hyperlinks from PDF documents
optdepends = mplayer: for sound and video playback
source = http://downloads.sourceforge.net/impressive/Impressive-0.12.1.tar.gz
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)