[arch-commits] Commit in sink/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 1 20:38:17 UTC 2019
Date: Tuesday, October 1, 2019 @ 20:38:17
Author: arojas
Revision: 512396
Update to 0.8.0
Modified:
sink/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-01 19:57:09 UTC (rev 512395)
+++ PKGBUILD 2019-10-01 20:38:17 UTC (rev 512396)
@@ -1,24 +1,19 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=sink
-pkgver=0.7.0
-pkgrel=5
+pkgver=0.8.0
+pkgrel=1
pkgdesc="An offline-caching, synchronization and indexing system for PIM data"
arch=(x86_64)
url="https://community.kde.org/KDE_PIM"
license=(LGPL)
-depends=(kcontacts kcalcore kasync kimap2 kdav2 lmdb libgit2 xapian-core)
+depends=(kcontacts kcalcore kasync kimap2 kdav2 lmdb libgit2 xapian-core curl)
makedepends=(extra-cmake-modules flatbuffers)
-source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"
- sink-kdav2-0.3.patch)
-sha256sums=('7ef9e89cd3be0274e4b1560cfe035b5f3f056e85af65c9c4e5570878fd0a7e13'
- '53e670cea7ff40c40eb9fd6754a423f54c18c42b3a59074b400db5ba117a0ff8')
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('d75f825167433d577cf500bfb7a3f664288c7805640859de2f873611a9226ff4')
prepare() {
mkdir -p build
-
- cd $pkgname-$pkgver
- patch -p1 -i ../sink-kdav2-0.3.patch # Fix build with kdav2 0.3
}
build() {
More information about the arch-commits
mailing list