[arch-commits] Commit in kdegraphics-mobipocket/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jan 25 20:36:50 UTC 2012


    Date: Wednesday, January 25, 2012 @ 15:36:50
  Author: andrea
Revision: 147340

KDE 4.8.0

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-25 20:36:46 UTC (rev 147339)
+++ PKGBUILD	2012-01-25 20:36:50 UTC (rev 147340)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at 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/"
@@ -13,14 +13,14 @@
 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




More information about the arch-commits mailing list