Date: Monday, September 5, 2016 @ 09:09:23 Author: arojas Revision: 275761
Update to 5.3.1 Modified: libkgapi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-05 07:41:48 UTC (rev 275760) +++ PKGBUILD 2016-09-05 09:09:23 UTC (rev 275761) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=libkgapi -pkgver=5.3.0 +pkgver=5.3.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' @@ -10,10 +10,10 @@ arch=(i686 x86_64) license=(GPL LGPL FDL) depends=(kcalcore kcontacts qt5-webkit) -makedepends=(extra-cmake-modules kdoctools qt5-tools) +makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python) source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz" bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain") -md5sums=('13f187699c144809b2449e786c81dde4' +md5sums=('5f3b1e15ce5dff404bf2a552ae67d890' '03314cf2f8241fe6b4881c62614fe1c4') prepare() {
