Date: Thursday, August 31, 2017 @ 11:03:47 Author: arojas Revision: 304372
Update to 5.0.0 Modified: libkvkontakte/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-31 09:44:02 UTC (rev 304371) +++ PKGBUILD 2017-08-31 11:03:47 UTC (rev 304372) @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas <[email protected]> pkgname=libkvkontakte -pkgver=5.0.0git20160305 +pkgver=5.0.0 pkgrel=1 pkgdesc="C++ library for asynchronous interaction with VK social network via its web API" arch=(i686 x86_64) @@ -11,8 +11,10 @@ license=(GPL) depends=(kdewebkit) makedepends=(extra-cmake-modules python) -source=("https://quickgit.kde.org/?p=libkvkontakte.git&a=snapshot&h=b5d347c1&fmt=tgz") -sha1sums=('d6880a4f88952ec9f7447c1f4c4ebc828d90a38e') +source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193' + 'SKIP') +validpgpkeys=(7C35920F1CE2899E8EA9AAD02E7C0367B9BFA089) # Scarlett Clark <[email protected]> prepare() { mkdir -p build @@ -20,7 +22,7 @@ build() { cd build - cmake ../$pkgname \ + cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \
