git » kdegraphics-mobipocket.git » commit 89417f6

Upstream release

author Felix Yan
2016-08-21 01:57:46 UTC
committer Felix Yan
2016-08-21 01:57:46 UTC
parent a10fdab8647dbc4310093909ac550f2905cf5048

Upstream release

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index e9462e5..1d11165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdegraphics-mobipocket
-pkgver=16.04.3
+pkgver=16.08.0
 pkgrel=1
 pkgdesc="A collection of plugins to handle mobipocket files"
 url="https://www.kde.org/applications/graphics/"
@@ -14,7 +14,7 @@ groups=('kde-applications' 'kdegraphics')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('780eb43a37bbc5857235194542780b9420ef3b18')
+sha1sums=('5ca94d80bd6c3adf2c54ad10f081181ccc696fde')
 
 prepare() {
   mkdir -p build
@@ -25,6 +25,7 @@ build() {
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DKDE4_BUILD_TESTS=OFF \
+    -DBUILD_strigi=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr
   make
 }