summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2016-04-13 17:32:24 +0200
committerFredrik Strandin2016-04-13 17:32:24 +0200
commitae9eb66a6fa08286a7606c1bc1e1e12339a18720 (patch)
treed0358c555e5ba31dc3af74f8ede060998a5636b8 /PKGBUILD
parente0049a4701dbc4cf9cf61fc1b6b8b27ee2787bbb (diff)
downloadaur-ae9eb66a6fa08286a7606c1bc1e1e12339a18720.tar.gz
Fix dependenies on Qt5 and poppler-qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 213300e9f086..492684ee6bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="dspdfviewer"
pkgver=1.15
-pkgrel=1
+pkgrel=2
pkgdesc="Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option"
arch=('i686' 'x86_64')
url="https://github.com/dannyedel/dspdfviewer"
license=('GPL')
-depends=('boost-libs' 'poppler-qt4')
+depends=('boost-libs' 'qt5-base' 'poppler-qt5')
makedepends=('cmake' 'boost')
conflicts=('dspdfviewer-git')
source=("https://github.com/dannyedel/${pkgname}/archive/v${pkgver}.tar.gz")