diff options
Diffstat (limited to 'extra/libkgapi/PKGBUILD')
-rw-r--r-- | extra/libkgapi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libkgapi/PKGBUILD b/extra/libkgapi/PKGBUILD index 3b3c876a2..d21ade318 100644 --- a/extra/libkgapi/PKGBUILD +++ b/extra/libkgapi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 186220 2013-05-22 07:15:10Z andrea $ +# $Id: PKGBUILD 186926 2013-06-01 08:09:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkgapi -pkgver=2.0.0 +pkgver=2.0.1 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' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4' 'boost') replaces=('akonadi-google' 'libkgoogle') conflicts=('akonadi-google' 'libkgoogle') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('e7938dcec05b0f73e6a0b24c1674378d') +md5sums=('a421c6b5e0b262136121e3734b29fcce') build() { mkdir build |