diff options
Diffstat (limited to 'kde-unstable/kdebindings-kimono/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-kimono/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdebindings-kimono/PKGBUILD b/kde-unstable/kdebindings-kimono/PKGBUILD index 7710e1876..c778ea771 100644 --- a/kde-unstable/kdebindings-kimono/PKGBUILD +++ b/kde-unstable/kdebindings-kimono/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161698 2012-06-13 14:28:38Z andrea $ +# $Id: PKGBUILD 162579 2012-06-27 13:16:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-kimono -pkgver=4.8.90 +pkgver=4.8.95 pkgrel=1 pkgdesc=".NET/Mono bindings for the KDE libraries" url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono" @@ -13,7 +13,7 @@ depends=('kdebindings-qyoto' 'kdebindings-smokekde') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs') conflicts=('kdebindings-csharp') source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz") -sha1sums=('decb7e6426ee5d620e380730e64f10d58b83a5d6') +sha1sums=('3acb4568a0d66fcc6246a728945bf2eb63fd4db9') build() { cd "${srcdir}" |