libkvkontakte: update to 4.12.0

This commit is contained in:
Jeff Huang 2015-09-10 08:16:04 +00:00
parent 96d03f4ba4
commit 4d4a82d0ef

View File

@ -1,5 +1,5 @@
pkgname=libkvkontakte
pkgver=4.11.0
pkgver=4.12.0
pkgrel=1
pkgdesc="C++ library for asynchronous interaction with VK social network via its web API"
arch=('x86_64')
@ -8,7 +8,7 @@ license=('GPL')
depends=('kdelibs' 'qjson')
makedepends=('cmake' 'automoc4')
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
sha1sums=('7e7f694b19d11d5ba2ed87f62c4b7b8bd8afc78c')
sha1sums=('51232c697dcc02231e210dc6b309aa7c7b4ceecc')
build() {
mkdir -p build && cd build