diff options
Diffstat (limited to 'kde-unstable/kdebindings-qtruby')
-rw-r--r-- | kde-unstable/kdebindings-qtruby/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdebindings-qtruby/PKGBUILD b/kde-unstable/kdebindings-qtruby/PKGBUILD index 82fd53c1b..70d8ef224 100644 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ b/kde-unstable/kdebindings-qtruby/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-qtruby -pkgver=4.6.80 +pkgver=4.6.90 pkgrel=1 pkgdesc="Qt bindings for ruby" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdebindings') +groups=('kdebindings') depends=('kdebindings-smokeqt' 'ruby') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-ruby') source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.bz2") -sha1sums=('9b153784efb3187ca4f38a14355b8a5ce283316c') +sha1sums=('a056ae7485ffc3a2f14ddf7cfd62e14265002234') build() { cd "${srcdir}" |