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 cfa6a28c8..c799ba313 100644 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ b/kde-unstable/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144768 2011-12-08 10:28:53Z andrea $ +# $Id: PKGBUILD 145486 2011-12-22 22:38:10Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.7.90 +pkgver=4.7.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=('8679b33dff47a6d73616ef75ab5119452e54c246') +sha1sums=('d73ff78d2d59dfc1f5777ca267bd7e81dad3573c') build() { cd "${srcdir}" |