git » kdegraphics-mobipocket.git » commit 3be618f

KDE 4.8.0

author Andrea Scarpino
2012-01-25 20:36:50 UTC
committer Andrea Scarpino
2012-01-25 20:36:50 UTC
parent 428d1ff44706c9b48d85026433765a5faa60256f

KDE 4.8.0

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index f74ff9b..3c70da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.7.97
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="A collection of plugins to handle mobipocket files"
 url="http://kde.org/"
@@ -12,14 +12,14 @@ makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/mobipocket-${pkgver}.tar.bz2")
-sha1sums=('a5f5e49f030bc9661afe3afdf76955b6b9d48ac2')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('86ae995f7278f14e1169335b24fe7a61069c39a2')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../mobipocket-${pkgver} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make