summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-04-12 15:42:43 +0200
committerAndreas Grapentin <andreas@grapentin.org>2019-04-12 15:42:43 +0200
commitc3b15daad732a4700390c71dbcfac6f0d6b7192d (patch)
tree30b6529baf01f9ea1a5e98e16856181a821f316f
parentfc6f395bf4eb60bba057f676eb8ceee523e5e440 (diff)
libre/libkgapi: updated to 18.12.3
-rw-r--r--libre/libkgapi/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/libkgapi/PKGBUILD b/libre/libkgapi/PKGBUILD
index 53cc89971..7062008f4 100644
--- a/libre/libkgapi/PKGBUILD
+++ b/libre/libkgapi/PKGBUILD
@@ -5,7 +5,7 @@
# - reverting from qt5-webengine back to qt5-webkit
pkgname=libkgapi
-pkgver=18.12.2
+pkgver=18.12.3
pkgrel=1
pkgrel+=.parabola1
pkgdesc="A KDE-based library for accessing various Google services via their public API"
@@ -18,7 +18,7 @@ depends=(kcalcore kcontacts qt5-webkit kio)
makedepends=(extra-cmake-modules qt5-tools)
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
libre.patch)
-sha256sums=('041aa032397e254d6c8f20240d5c3de072a8e06521143c5a614c78ebe04696a7'
+sha256sums=('de0314fd83d8fa8f88e6a355c4725047d2e507e0d40f1950c8ae083c2bc21924'
'SKIP'
'7ca4817130bc78822798c1fc54e6800db4283da858ba2a142fc5110c48221000')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
@@ -26,6 +26,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aac
prepare() {
mkdir -p build
+
cd $pkgname-$pkgver
patch -Np1 -i "$srcdir"/libre.patch
}