diff options
Diffstat (limited to 'libre/okular/PKGBUILD')
-rw-r--r-- | libre/okular/PKGBUILD | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/libre/okular/PKGBUILD b/libre/okular/PKGBUILD index 69897f92d..6cf069f31 100644 --- a/libre/okular/PKGBUILD +++ b/libre/okular/PKGBUILD @@ -4,24 +4,25 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=okular -pkgver=16.12.2 +pkgver=16.12.3 pkgrel=1.parabola1 pkgdesc='Document Viewer, with copy-protection anti-feature turn off by default' arch=(i686 x86_64 armv7h) -url="http://kde.org/applications/graphics/okular/" +url="https://kde.org/applications/graphics/okular/" license=(GPL LGPL FDL) groups=(kde-applications kdegraphics) -depends=(chmlib djvulibre libspectre libkexiv2 poppler-qt5 qca-qt5 kpty khtml kactivities threadweaver) -makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools python) +depends=(chmlib djvulibre libspectre libkexiv2 poppler-qt5 qca-qt5 kpty kactivities threadweaver) +makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools khtml python) optdepends=('ebook-tools: mobi and epub support' - 'kdegraphics-mobipocket: mobi support') + 'kdegraphics-mobipocket: mobi support' + 'khtml: CHM support') conflicts=(kdegraphics-okular) replaces=(kdegraphics-okular) -source=("http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz"{,.sig} +source=("https://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz"{,.sig} 'turn_off_copy-protection_anti-feature.patch') -sha1sums=('0aaba8c0d4bf86966b94771560493c838141b9d8' - 'SKIP' - 'f7323d1d39d660785fa71c0365a17795008db819') +sha256sums=('3b5a315030ffaedd6ddcb2bd1742737edb49063adc355c2dbba1ecb86dca34be' + 'SKIP' + '83cf760b3ae6e03d49e02369375dae3ecc05a6800d512dd9ffeaac1648c19457') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org> prepare() { |