diff options
Diffstat (limited to 'kde-unstable/kdebindings-qtruby')
-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 c0f68fce1..c4924890d 100644 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ b/kde-unstable/kdebindings-qtruby/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162558 2012-06-27 12:59:30Z andrea $ +# $Id: PKGBUILD 163364 2012-07-11 22:01:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdebindings-qtruby -pkgver=4.8.95 +pkgver=4.8.97 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=('2a336acd84308fbbb54c8d63da54c136edc7c8a7') +sha1sums=('9b553519fcc65348d2c2c87bb36fb2c74490f058') build() { cd "${srcdir}" |