summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-27 15:14:29 +0200
committerGoliathLabs2020-05-27 15:14:29 +0200
commit4ec9b002d52cd01c5f715f669d4e9394bb375e3c (patch)
tree4e2e27c9f0b5c14a899c79b6699d614dca4a58a1
parent22eb140d9fcaad9b63c3cadf27d319518c007f82 (diff)
downloadaur-4ec9b002d52cd01c5f715f669d4e9394bb375e3c.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72efa002c8c3..9cc55107ea7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = akonadi-qt4
pkgdesc = PIM layer, which provides an asynchronous API to access all kind of PIM data (Qt4 version)
pkgver = 1.13.0
- pkgrel = 16
+ pkgrel = 17
url = https://kontact.kde.org
arch = x86_64
license = LGPL
@@ -13,7 +13,7 @@ pkgbase = akonadi-qt4
makedepends = kaccounts-integration
makedepends = mariadb
makedepends = qt4
- makedepends = lixslt
+ makedepends = libxslt
provides = akonadi
conflicts = akonadi
conflicts = akonadi-contacts
diff --git a/PKGBUILD b/PKGBUILD
index f30fc0d8fafe..ad89e6ba0da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgbase=akonadi-qt4
pkgname=(libakonadi-qt4 akonadi-qt4)
pkgver=1.13.0
-pkgrel=16
+pkgrel=17
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data (Qt4 version)"
arch=('x86_64')
url='https://kontact.kde.org'
license=('LGPL')
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels kaccounts-integration mariadb qt4 lixslt)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels kaccounts-integration mariadb qt4 libxslt)
provides=('akonadi')
conflicts=('akonadi' 'akonadi-contacts')
source=("https://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2"