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 b1cc76d96..c0f68fce1 100644 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ b/kde-unstable/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161677 2012-06-13 14:11:08Z andrea $ +# $Id: PKGBUILD 162558 2012-06-27 12:59:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.8.90 +pkgver=4.8.95 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/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('7a8e87a3b781622ee5871e19c0fb18f05b115d89') +sha1sums=('2a336acd84308fbbb54c8d63da54c136edc7c8a7') build() { cd "${srcdir}" |