summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-07-25 14:41:08 -0400
committerJameson Pugh2016-07-25 14:41:08 -0400
commit03bf2d290449949fb821e04bfc4acf091d050c63 (patch)
tree2967881344ff818b18504ef35b2a049fa8ff16ca
parent23e440c755a1716f6c206f7707ec6d80dc4d72ac (diff)
downloadaur-03bf2d290449949fb821e04bfc4acf091d050c63.tar.gz
added akonadi-client to provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c32f79d49fa..e7c62b8f7938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 19 13:03:52 UTC 2016
+# Mon Jul 25 18:40:59 UTC 2016
pkgbase = akonadi-git
pkgdesc = PIM layer, which provides an asynchronous API to access all kind of PIM data. builds with PostgreSQL backend
- pkgver = r10502.56b7131
+ pkgver = r10508.26d0626
pkgrel = 1
url = https://community.kde.org/KDE_PIM/akonadi
install = akonadi-git.install
@@ -19,6 +19,7 @@ pkgbase = akonadi-git
depends = kdesignerplugin
optdepends = mariadb: MariaDB backend
provides = akonadi
+ provides = akonadi-client
conflicts = akonadi
source = git+https://github.com/KDE/akonadi
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 30b2e46b9bd7..75241e96a439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=akonadi
pkgname=$_gitname-git
-pkgver=r10502.56b7131
+pkgver=r10508.26d0626
pkgrel=1
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data. builds with PostgreSQL backend"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('qt5-base' 'shared-mime-info' 'libxslt' 'postgresql' 'kdesignerplugin')
makedepends=('git' 'extra-cmake-modules' 'postgresql')
optdepends=('mariadb: MariaDB backend')
conflicts=("$_gitname")
-provides=("$_gitname")
+provides=("$_gitname" 'akonadi-client')
source=("git+https://github.com/KDE/$_gitname")
install=$pkgname.install
sha256sums=("SKIP")