diff options
author | root <root@rshg047.dnsready.net> | 2011-06-26 23:06:14 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-26 23:06:14 +0000 |
commit | 715631caf52784c47c8ed3aeb6cbdba2715a08db (patch) | |
tree | d1923d66cba8dcf90112f81ca31009202cff25a3 /kde-unstable/kdebindings-qyoto | |
parent | 8999fa1750304fb2367fb7743e49e013405e88be (diff) |
Sun Jun 26 23:06:14 UTC 2011
Diffstat (limited to 'kde-unstable/kdebindings-qyoto')
-rw-r--r-- | kde-unstable/kdebindings-qyoto/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdebindings-qyoto/PKGBUILD b/kde-unstable/kdebindings-qyoto/PKGBUILD index d130b397d..3bd134647 100644 --- a/kde-unstable/kdebindings-qyoto/PKGBUILD +++ b/kde-unstable/kdebindings-qyoto/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 124815 2011-05-24 15:22:45Z andrea $ +# $Id: PKGBUILD 128666 2011-06-25 12:00:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qyoto -pkgver=4.6.80 +pkgver=4.6.90 pkgrel=1 pkgdesc=".NET/Mono bindings for the Qt libraries" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdebindings') +groups=('kdebindings') depends=('kdebindings-smokeqt' 'mono') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-csharp') source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.bz2") -sha1sums=('7f63ae1c1e30edf226ca8418d5fa78edaf42cb36') +sha1sums=('05902dd17e0aafa91a71b0f8fb3fdcc0e1ab8770') build() { cd "${srcdir}" |