diff options
author | root <root@rshg054.dnsready.net> | 2012-08-22 00:02:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-22 00:02:51 +0000 |
commit | 297a042ac9a7bbd2b18a9551f5fa4fe43faf53b2 (patch) | |
tree | 75290bf7727659568bf50c0446db690d4888d908 /extra/libkgapi | |
parent | a3669c04838b48b6891b2ffc4b296fa515f8174f (diff) |
Wed Aug 22 00:02:51 UTC 2012
Diffstat (limited to 'extra/libkgapi')
-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 9fcc68fd8..9eb917056 100644 --- a/extra/libkgapi/PKGBUILD +++ b/extra/libkgapi/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 164828 2012-08-06 23:06:24Z andrea $ +# $Id: PKGBUILD 165471 2012-08-20 13:27:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkgapi -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="A KDE-based library for accessing various Google services via their public API" -url='https://projects.kde.org/projects/kdereview/libkgoogle' +url='https://projects.kde.org/projects/extragear/libs/libkgapi' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs' 'qjson') @@ -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=('b4cefa643e95f5670997b5001547988f') +md5sums=('7da940eb4ed9bdb909d29e93ef6bce67') build() { cd "${srcdir}" |