diff options
Diffstat (limited to 'kde-unstable/kdebindings-qtruby/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-qtruby/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdebindings-qtruby/PKGBUILD b/kde-unstable/kdebindings-qtruby/PKGBUILD index 70d8ef224..b0aa1eb1c 100644 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ b/kde-unstable/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 128666 2011-06-25 12:00:22Z andrea $ +# $Id: PKGBUILD 131288 2011-07-12 17:46:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.6.90 +pkgver=4.6.95 pkgrel=1 pkgdesc="Qt bindings for ruby" url="http://kde.org/" @@ -13,7 +13,7 @@ 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=('a056ae7485ffc3a2f14ddf7cfd62e14265002234') +sha1sums=('67b2d9c9280e0b626d63061b94eab0cac8e6838a') build() { cd "${srcdir}" |