diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-04-12 19:13:47 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-04-12 19:13:47 +0200 |
commit | 3572b71dd5f4aa4d2b9f901fa4500fac2a77fec4 (patch) | |
tree | 20f593d6421f0d77798ba2b1217b0fdfaf6de7df /libre/kdepim-runtime | |
parent | 1316db1636060718a9af6fcb5d7aac8e30221070 (diff) | |
download | abslibre-3572b71dd5f4aa4d2b9f901fa4500fac2a77fec4.tar.gz abslibre-3572b71dd5f4aa4d2b9f901fa4500fac2a77fec4.tar.bz2 abslibre-3572b71dd5f4aa4d2b9f901fa4500fac2a77fec4.zip |
libre/kdepim-runtime: updated to 18.12.3
Diffstat (limited to 'libre/kdepim-runtime')
-rw-r--r-- | libre/kdepim-runtime/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/kdepim-runtime/PKGBUILD b/libre/kdepim-runtime/PKGBUILD index ce4a0a782..81b96f2f2 100644 --- a/libre/kdepim-runtime/PKGBUILD +++ b/libre/kdepim-runtime/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: André Silva <emulatorman@hyperbola.info> pkgname=kdepim-runtime -pkgver=18.12.2 -pkgrel=1 +pkgver=18.12.3 +pkgrel=3 pkgrel+=.parabola1 pkgdesc='Extends the functionality of kdepim' pkgdesc+=' (built without nonfree qt5-webengine)' @@ -14,13 +14,13 @@ arch=(x86_64) arch+=(i686 armv7h) url='https://kontact.kde.org' license=(GPL LGPL FDL) -depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox pimcommon akonadi-notes kdelibs4support) +depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox pimcommon akonadi-notes kdelibs4support akonadi) makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin qca qt5-networkauth) optdepends=('qca: EWS resource' 'qt5-networkauth: EWS resource') conflicts=(kio-pim) source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} 'libre.patch') -sha256sums=('b7d5cd9e03688f62f4b36f1867ba681a2ce8d806817d3d2be1c615f07b3f6e45' +sha256sums=('f3a5da19bb0f60e148d071cf07fd9fd4e6ea116f6125567c767c03b98ea844c3' 'SKIP' '312d76a56e3b39151465a8cd7e96b522f05eb53bac7f7d984fa09858498f4a2b') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> @@ -28,6 +28,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aac prepare() { mkdir -p build + cd $pkgname-$pkgver patch -p1 -i ../libre.patch } |