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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 13:33:18
  Author: bpiotrowski
Revision: 253323

C++11 ABI rebuild

Modified:
  libkgapi4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 12:13:24 UTC (rev 253322)
+++ PKGBUILD2015-12-07 12:33:18 UTC (rev 253323)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi4
 pkgver=2.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=('i686' 'x86_64')


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

2015-08-20 Thread Antonio Rojas
Date: Thursday, August 20, 2015 @ 16:29:31
  Author: arojas
Revision: 244436

Push to testing, otherwise pacman will try to update to KF5 version

Modified:
  libkgapi4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-20 14:29:22 UTC (rev 244435)
+++ PKGBUILD2015-08-20 14:29:31 UTC (rev 244436)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi4
 pkgver=2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=('i686' 'x86_64')


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

2015-08-17 Thread Antonio Rojas
Date: Monday, August 17, 2015 @ 10:04:36
  Author: arojas
Revision: 243805

Add replaces

Modified:
  libkgapi4/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-17 08:02:16 UTC (rev 243804)
+++ PKGBUILD2015-08-17 08:04:36 UTC (rev 243805)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi4
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 depends=('kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'boost')
 conflicts=('libkgapi4')
+replaces=('libkgapi4')
 
source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
 md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
 


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

2015-08-15 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 11:04:25
  Author: arojas
Revision: 243735

Add conflicts

Modified:
  libkgapi4/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-15 09:00:56 UTC (rev 243734)
+++ PKGBUILD2015-08-15 09:04:25 UTC (rev 243735)
@@ -4,7 +4,7 @@
 
 pkgname=libkgapi4
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
 
source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
 md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')