diff options
-rw-r--r-- | nonprism/kdepim-runtime-nonprism/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nonprism/kdepim-runtime-nonprism/PKGBUILD b/nonprism/kdepim-runtime-nonprism/PKGBUILD index 8bc3de90e..38a0a1edc 100644 --- a/nonprism/kdepim-runtime-nonprism/PKGBUILD +++ b/nonprism/kdepim-runtime-nonprism/PKGBUILD @@ -4,19 +4,19 @@ # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> _pkgname=kdepim-runtime -pkgname=kdepim-runtime-coherence +pkgname=kdepim-runtime-nonprism pkgver=4.11.0 pkgrel=1 pkgdesc='Extends the functionality of kdepim, without libkgapi support' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdepim-runtime' license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'libkolab' 'libkfbapi') +depends=('kdebase-runtime' 'libkolab') makedepends=('cmake' 'automoc4' 'boost') install="${_pkgname}.install" -replaces=$_pkgname -conflicts=$_pkgname -provides=$_pkgname=$pkgver +replaces=('kdepim-runtime' 'kdepim-runtime-coherence') +conflicts=kdepim-runtime +provides=kdepim-runtime=$pkgver source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz") sha1sums=('ec2a45baf0c2c2ccea633b599a453db52b38dc75') |