diff --git a/app-text/qpdfview/qpdfview-0.4.18.recipe b/app-text/qpdfview/qpdfview-0.4.18.recipe
index 8a708455f..acc64e999 100644
--- a/app-text/qpdfview/qpdfview-0.4.18.recipe
+++ b/app-text/qpdfview/qpdfview-0.4.18.recipe
@@ -4,7 +4,7 @@ DjVuLibre, CUPS and Qt, licensed under GPL version 2 or later."
HOMEPAGE="https://launchpad.net/qpdfview/"
COPYRIGHT="Adam Reichold et al."
LICENSE="GNU GPL v2"
-REVISION="8"
+REVISION="9"
SOURCE_URI="$HOMEPAGE/trunk/$portVersion/+download/qpdfview-$portVersion.tar.gz"
CHECKSUM_SHA256="cc642e7fa74029373ca9b9fbc29adc4883f8b455130a78ad54746d6844a0396c"
SOURCE_DIR="qpdfview-$portVersion"
@@ -40,7 +40,7 @@ BUILD_REQUIRES="
devel:libdjvulibre$secondaryArchSuffix
devel:libGl$secondaryArchSuffix
devel:libmagic$secondaryArchSuffix
- devel:libpoppler$secondaryArchSuffix >= 143
+ devel:libpoppler$secondaryArchSuffix >= 144
devel:libQt5Concurrent$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix
@@ -81,7 +81,7 @@ INSTALL()
#To translate the help file, modify "translations/qpdfview_??.ts".
#Replace the written "help.html"
# with "help_??.html".
-
+
mv $appsDir/qPDFView/qpdfview $appsDir/qPDFView/qPDFView
# Icon
local MAJOR="`echo "$portVersion" | cut -d. -f1`"