diff options
Diffstat (limited to 'extra/kdebindings-qtruby/PKGBUILD')
-rw-r--r-- | extra/kdebindings-qtruby/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdebindings-qtruby/PKGBUILD b/extra/kdebindings-qtruby/PKGBUILD index 0201558b5..93a82db3a 100644 --- a/extra/kdebindings-qtruby/PKGBUILD +++ b/extra/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 174647 2013-01-05 13:03:53Z andrea $ +# $Id: PKGBUILD 177639 2013-02-08 08:55:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.9.5 +pkgver=4.10.0 pkgrel=1 pkgdesc="Ruby bindings for the Qt libraries" url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby" @@ -13,7 +13,7 @@ depends=('kdebindings-smokeqt' 'ruby') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('442fff6a343103fd98dae1097e702901c5884e86') +sha1sums=('0a6a8617d34153d87d59a610e38e870f41e4ea25') build() { cd "${srcdir}" @@ -21,6 +21,7 @@ build() { cd build cmake ../qtruby-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \ -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') |