summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2016-07-19 09:04:13 -0400
committerJameson Pugh2016-07-19 09:04:13 -0400
commit23e440c755a1716f6c206f7707ec6d80dc4d72ac (patch)
tree3298aa9cd0a21baf2b0582205940dccc2066eef7 /PKGBUILD
parent27966a1d64fea26b7fa26c1d81bcec8e1daeda0c (diff)
downloadaur-23e440c755a1716f6c206f7707ec6d80dc4d72ac.tar.gz
Replaced extra-cmake-modules-git with non-git so you can select
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58f8371b36cb..30b2e46b9bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_gitname=akonadi
pkgname=$_gitname-git
-pkgver=r10357.7eb79ba
+pkgver=r10502.56b7131
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')
url="https://community.kde.org/KDE_PIM/akonadi"
license=('LGPL')
-depends=('qt5-base' 'shared-mime-info' 'libxslt' 'postgresql')
+depends=('qt5-base' 'shared-mime-info' 'libxslt' 'postgresql' 'kdesignerplugin')
makedepends=('git' 'extra-cmake-modules' 'postgresql')
optdepends=('mariadb: MariaDB backend')
conflicts=("$_gitname")