diff --git a/.SRCINFO b/.SRCINFO index 97bc8679e6b8fab44694e900a0d7408309d34ccb..7312e35373f53c6388adffcc97e0122fcb04a827 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = akonadi pkgdesc = PIM layer, which provides an asynchronous API to access all kind of PIM data pkgver = 23.08.3 - pkgrel = 1 + pkgrel = 2 url = https://kontact.kde.org arch = x86_64 license = LGPL @@ -28,3 +28,4 @@ pkgname = libakonadi pkgdesc = Libraries used by applications based on Akonadi depends = kitemmodels5 depends = kaccounts-integration + provides = libakonadi5 diff --git a/PKGBUILD b/PKGBUILD index 571ca74f1232df883f8a79c438d510035c54ae13..9bb8fa8181c65397835414b2f3664ba54dd7ed1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=akonadi pkgname=(akonadi libakonadi) pkgver=23.08.3 -pkgrel=1 +pkgrel=2 pkgdesc='PIM layer, which provides an asynchronous API to access all kind of PIM data' arch=(x86_64) url='https://kontact.kde.org' @@ -29,6 +29,7 @@ build() { package_libakonadi() { pkgdesc='Libraries used by applications based on Akonadi' depends=(kitemmodels5 kaccounts-integration) + provides=(libakonadi5) DESTDIR="$pkgdir" cmake --install build rm -r "$pkgdir"/usr/bin # Provided by akonadi