diff options
Diffstat (limited to 'extra/libkgapi/PKGBUILD')
-rw-r--r-- | extra/libkgapi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libkgapi/PKGBUILD b/extra/libkgapi/PKGBUILD index 3d4f7606b..8db23943b 100644 --- a/extra/libkgapi/PKGBUILD +++ b/extra/libkgapi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 200783 2013-12-05 06:48:36Z andrea $ +# $Id: PKGBUILD 206600 2014-03-03 07:26:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkgapi -pkgver=2.0.2 +pkgver=2.1.0 pkgrel=1 pkgdesc="A KDE-based library for accessing various Google services via their public API" url='https://projects.kde.org/projects/extragear/libs/libkgapi' @@ -12,8 +12,8 @@ depends=('kdepimlibs') makedepends=('cmake' 'automoc4' 'boost') replaces=('akonadi-google' 'libkgoogle') conflicts=('akonadi-google' 'libkgoogle') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -md5sums=('27c406bb32b8cf0199cd44952bb8680e') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('94afbdf8996943eceb1c23e4abd0ca4f') prepare() { mkdir build |