diff options
Diffstat (limited to 'kde-unstable/kdebindings-kimono/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-kimono/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-unstable/kdebindings-kimono/PKGBUILD b/kde-unstable/kdebindings-kimono/PKGBUILD index 2f27cf6c8..022161204 100644 --- a/kde-unstable/kdebindings-kimono/PKGBUILD +++ b/kde-unstable/kdebindings-kimono/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163386 2012-07-11 22:20:40Z andrea $ +# $Id: PKGBUILD 171751 2012-11-21 18:43:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-kimono -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc=".NET/Mono bindings for the KDE libraries" url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono" @@ -11,9 +11,10 @@ license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') depends=('kdebindings-qyoto' 'kdebindings-smokekde') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs') +optdepends=('kdepimlibs: akonadi bindings') conflicts=('kdebindings-csharp') source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz") -sha1sums=('e2f5d0a97364fc74844bfb5c443008502f82b9d0') +sha1sums=('75263f0b3cba2fe1acc1d668cd7f03a4d4f07dc0') build() { cd "${srcdir}" |